Share via


InterfaceHelper.UserExtensionInterface Property

 

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