共用方式為


Group.GroupType 屬性

Gets or sets the type of the security group.

命名空間:  Microsoft.MasterDataServices.Services.DataContracts
組件:  Microsoft.MasterDataServices.Services.Contracts (在 Microsoft.MasterDataServices.Services.Contracts.dll 中)

語法

'宣告
<DataMemberAttribute> _
Public Property GroupType As GroupType 
    Get 
    Set
'用途
Dim instance As Group 
Dim value As GroupType 

value = instance.GroupType

instance.GroupType = value
[DataMemberAttribute]
public GroupType GroupType { get; set; }
[DataMemberAttribute]
public:
property GroupType GroupType {
    GroupType get ();
    void set (GroupType value);
}
[<DataMemberAttribute>]
member GroupType : GroupType with get, set
function get GroupType () : GroupType 
function set GroupType (value : GroupType)

屬性值

型別:Microsoft.MasterDataServices.Services.DataContracts.GroupType
The type of the security group.

請參閱

參考

Group 類別

Microsoft.MasterDataServices.Services.DataContracts 命名空間