FeedSchema.IsGroup Property

Definition

Gets or sets a value that indicates whether the schema is a group.

public:
 property bool IsGroup { bool get(); void set(bool value); };
[System.Runtime.Serialization.DataMember]
public bool IsGroup { get; set; }
[<System.Runtime.Serialization.DataMember>]
member this.IsGroup : bool with get, set
Public Property IsGroup As Boolean

Property Value

true if the schema is a group; otherwise, false.

Attributes

Applies to