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