IFolderPropertyExtension.SectionName Property
Gets the name of the extensible section of the general property tab.
Namespace: Microsoft.WindowsServerSolutions.Common
Assembly: MiscUtil (in MiscUtil.dll)
Syntax
string SectionName { get; }
property String^ SectionName {
String^ get();
}
ReadOnly Property SectionName As String
Property Value
Type: System.String
Returns String.
See Also
IFolderPropertyExtension Interface
Microsoft.WindowsServerSolutions.Common Namespace
Return to top