TaskGroupCreateParameter.ParentDefinitionId 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.
Sets parent task group Id. This is used while creating a draft task group.
[System.Runtime.Serialization.DataMember(EmitDefaultValue=false)]
public Nullable<Guid> ParentDefinitionId { get; set; }
member this.ParentDefinitionId : Nullable<Guid> with get, set
Public Property ParentDefinitionId As Nullable(Of Guid)
Property Value
- Attributes