CodeDescription.Href Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets URI to open with more information about the diagnostic error.
public:
property Uri ^ Href { Uri ^ get(); void set(Uri ^ value); };
[System.Runtime.Serialization.DataMember(Name="href")]
public Uri Href { get; set; }
[<System.Runtime.Serialization.DataMember(Name="href")>]
member this.Href : Uri with get, set
Public Property Href As Uri
Property Value
- Attributes