DiagnosticCollection.DocumentMoniker Property

Definition

Gets the URI of the document containing the diagnostics. The URI is always a remote URI i.e. a URI that can be understood by both parties (server and client / host and guest) in shared scenarios.

public:
 property Uri ^ DocumentMoniker { Uri ^ get(); };
[System.Runtime.Serialization.DataMember(Order=0)]
public Uri DocumentMoniker { get; }
[<System.Runtime.Serialization.DataMember(Order=0)>]
member this.DocumentMoniker : Uri
Public ReadOnly Property DocumentMoniker As Uri

Property Value

Uri
Attributes

Applies to