다음을 통해 공유


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 네임스페이스