IFolderPropertyExtension.Enabled Property
Gets a boolean value indicating whether folder extension is enabled.
Namespace: Microsoft.WindowsServerSolutions.Common
Assembly: MiscUtil (in MiscUtil.dll)
Syntax
bool Enabled { get; }
property bool Enabled {
bool get();
}
ReadOnly Property Enabled As Boolean
Property Value
Type: System.Boolean
true if enabled; otherwise false..
See Also
IFolderPropertyExtension Interface
Microsoft.WindowsServerSolutions.Common Namespace
Return to top