ProfileNotAuthorizedException.HelpLink Property
This member overrides Exception.HelpLink.
Namespace: Microsoft.VisualStudio.Services.Profile
Assembly: Microsoft.VisualStudio.Services.WebApi (in Microsoft.VisualStudio.Services.WebApi.dll)
Syntax
'Declaration
Public Overrides NotOverridable Property HelpLink As String
public override sealed string HelpLink { get; set; }
public:
virtual property String^ HelpLink {
String^ get () override sealed;
void set (String^ value) override sealed;
}
abstract HelpLink : string with get, set
override HelpLink : string with get, set
override final function get HelpLink () : String
override final function set HelpLink (value : String)
Property Value
Type: System.String
Implements
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.