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 the currently configured IFolderPropertyExtension object.
Namespace: Microsoft.WindowsServerSolutions.Common
Assembly: MiscUtil (in MiscUtil.dll)
Syntax
public static IFolderPropertyExtension FolderPropertyExtensionInterface { get; }
public:
property IFolderPropertyExtension^ FolderPropertyExtensionInterface {
static IFolderPropertyExtension^ get();
}
Public Shared ReadOnly Property FolderPropertyExtensionInterface As IFolderPropertyExtension
Property Value
Type: Microsoft.WindowsServerSolutions.Common.IFolderPropertyExtension
Returns IFolderPropertyExtension.
Remarks
Returns null if not configured.
See Also
InterfaceHelper Class
Microsoft.WindowsServerSolutions.Common Namespace
Return to top