DkmResolvedDocument.DocumentName Property

Definition

Name of the source file. This is generally a full path, but in some scenarios it make be a partial path or just a name with extension (ex: example.cpp). In the case of a dynamic document (ex: running script from internet explorer) 'Path' could be a URL rather than a local file path.

public:
 property System::String ^ DocumentName { System::String ^ get(); };
public:
 property Platform::String ^ DocumentName { Platform::String ^ get(); };
public string DocumentName { get; }
member this.DocumentName : string
Public ReadOnly Property DocumentName As String

Property Value

Returns String.

Applies to