Gets the alternate name for the configuration.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property AlternateName As String |
Visual Basic (Usage) | |
---|
Dim instance As IPDMWConfiguration
Dim value As String
instance.AlternateName = value
value = instance.AlternateName
|
C# | |
---|
string AlternateName {get; set;} |
C++/CLI | |
---|
property String^ AlternateName {
String^ get();
void set (String^ value);
} |
Return Value
Alternate name for the configuration
See Also
Availability
SolidWorks Workgroup PDM 2003 FCS