Gets or sets the alternate name of the configuration.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property AlternateName2 As String |
Visual Basic (Usage) | |
---|
Dim instance As ISwDMConfiguration7
Dim value As String
instance.AlternateName2 = value
value = instance.AlternateName2
|
C# | |
---|
string AlternateName2 {get; set;} |
C++/CLI | |
---|
property String^ AlternateName2 {
String^ get();
void set (String^ value);
} |
Return Value
Alternate name of the configuration
Remarks
See Also
Availability
SolidWorks Document Manager API 2007 FCS