GroupField.Type Property

[DataMember(Name = "Type")] 
public byte Type {get;}
This language is not supported or no code example is available.
[DataMember(Name = "Type")] 
public:  
property Byte Type { 
Byte get( ); 
}
This language is not supported or no code example is available.
public  
DataMember(Name = "Type") 
function get Type() : byte;
This language is not supported or no code example is available.

Property Value

byte

In this article

Definition