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