Share via


IUserExtension2.UserPropertiesTabHelpLinkUrl Property

 

Gets the URL for the help link on the Add User Wizard Extension page.

Namespace:   Microsoft.WindowsServerSolutions.Common
Assembly:  MiscUtil (in MiscUtil.dll)

Syntax

Uri UserPropertiesTabHelpLinkUrl { get; }
property Uri^ UserPropertiesTabHelpLinkUrl {
    Uri^ get();
}
ReadOnly Property UserPropertiesTabHelpLinkUrl As Uri

Property Value

Type: System.Uri

Returns Uri.

Remarks

This is only available on Small Business Server 2011 Essentials.

See Also

IUserExtension2 Interface
Microsoft.WindowsServerSolutions.Common Namespace

Return to top