Group.GroupType Proprietà
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Specifica l'oggetto GroupType.
public:
property Microsoft::MasterDataServices::Services::DataContracts::GroupType GroupType { Microsoft::MasterDataServices::Services::DataContracts::GroupType get(); void set(Microsoft::MasterDataServices::Services::DataContracts::GroupType value); };
[System.Runtime.Serialization.DataMember]
public Microsoft.MasterDataServices.Services.DataContracts.GroupType GroupType { get; set; }
[<System.Runtime.Serialization.DataMember>]
member this.GroupType : Microsoft.MasterDataServices.Services.DataContracts.GroupType with get, set
Public Property GroupType As GroupType
Valore della proprietà
Oggetto GroupType.
- Attributi