OperationProgressTask.ProjectId Property

Definition

Gets or sets the optional ProjectId Guid used to tie this task to a Project.

public:
 property Nullable<Guid> ProjectId { Nullable<Guid> get(); void set(Nullable<Guid> value); };
public Guid? ProjectId { get; set; }
member this.ProjectId : Nullable<Guid> with get, set
Public Property ProjectId As Nullable(Of Guid)

Property Value

Nullable<Guid>

Applies to