ProjectDocumentsChangeEventArgs.MkDocument Property

Definition

Gets or sets the unique name of the project item that was changed.

public:
 property System::String ^ MkDocument { System::String ^ get(); void set(System::String ^ value); };
public:
 property Platform::String ^ MkDocument { Platform::String ^ get(); void set(Platform::String ^ value); };
public string MkDocument { get; set; }
member this.MkDocument : string with get, set
Public Property MkDocument As String

Property Value

The unique name of the project item that was changed.

Applies to