DiagnosticCollection.DocumentMoniker 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 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
- Attributes