OpenDocumentOptions.ProjectId 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 a project to open document in.
public:
property Nullable<Guid> ProjectId { Nullable<Guid> get(); };
[System.Runtime.Serialization.DataMember(Order=6)]
public Guid? ProjectId { get; }
[<System.Runtime.Serialization.DataMember(Order=6)>]
member this.ProjectId : Nullable<Guid>
Public ReadOnly Property ProjectId As Nullable(Of Guid)
Property Value
- Attributes