RunningDocumentInfo.ProjectGuid 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.
The GUID of the project.
public:
property Guid ProjectGuid { Guid get(); void set(Guid value); };
public Guid ProjectGuid { get; set; }
member this.ProjectGuid : Guid with get, set
Public Property ProjectGuid As Guid
Property Value
The GUID.