InterfaceHelper.UserExtension2Interface Property
Gets the currently configured IUserExtension2 object.
Namespace: Microsoft.WindowsServerSolutions.Common
Assembly: MiscUtil (in MiscUtil.dll)
Syntax
public static IUserExtension2 UserExtension2Interface { get; }
public:
property IUserExtension2^ UserExtension2Interface {
static IUserExtension2^ get();
}
Public Shared ReadOnly Property UserExtension2Interface As IUserExtension2
Property Value
Type: Microsoft.WindowsServerSolutions.Common.IUserExtension2
Returns IUserExtension2.
See Also
InterfaceHelper Class
Microsoft.WindowsServerSolutions.Common Namespace
Return to top