次の方法で共有


Group.GroupType プロパティ

セキュリティ グループの種類を取得または設定します。

名前空間:  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
セキュリティ グループの種類。

関連項目

参照

Group クラス

Microsoft.MasterDataServices.Services.DataContracts 名前空間