Share via


GroupMember.Group Property

Definition

Group

Represents the following attribute in the schema: group

[DocumentFormat.OpenXml.SchemaAttr(0, "group")]
public DocumentFormat.OpenXml.BooleanValue Group { get; set; }
public DocumentFormat.OpenXml.BooleanValue Group { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(0, "group")]
public DocumentFormat.OpenXml.BooleanValue? Group { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("group")]
public DocumentFormat.OpenXml.BooleanValue? Group { get; set; }
public DocumentFormat.OpenXml.BooleanValue? Group { get; set; }
member this.Group : DocumentFormat.OpenXml.BooleanValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr(0, "group")>]
member this.Group : DocumentFormat.OpenXml.BooleanValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr("group")>]
member this.Group : DocumentFormat.OpenXml.BooleanValue with get, set
Public Property Group As BooleanValue

Property Value

Returns BooleanValue.

Attributes

Applies to