Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets and sets the optional name.
Namespace: Microsoft.WindowsServerSolutions.Controls
Assembly: AdminCommon (in AdminCommon.dll)
Syntax
public string OptionalName { get; set; }
public:
property String^ OptionalName {
String^ get();
void set(String^ value);
}
Public Property OptionalName As String
Property Value
Type: System.String
The optional name.
See Also
ComboTableV2Style Class
Microsoft.WindowsServerSolutions.Controls Namespace
Return to top