IFolderPropertyExtension.CommandText Property
Gets the text for the command button shown on the extensible part of the general property tab.
Namespace: Microsoft.WindowsServerSolutions.Common
Assembly: MiscUtil (in MiscUtil.dll)
Syntax
string CommandText { get; }
property String^ CommandText {
String^ get();
}
ReadOnly Property CommandText As String
Property Value
Type: System.String
Returns String.
See Also
IFolderPropertyExtension Interface
Microsoft.WindowsServerSolutions.Common Namespace
Return to top