Gets or sets the configuration's alternate name (i.e., user-specified name).
.NET Syntax
Visual Basic (Declaration) | |
---|
Property AlternateName As String |
Visual Basic (Usage) | |
---|
Dim instance As IConfiguration
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
Example
Remarks
See Also