Свойство SecurityPrincipalsCriteria.Type

Gets or sets the user or group.

Пространство имен:  Microsoft.MasterDataServices.Services.DataContracts
Сборка:  Microsoft.MasterDataServices.Services.Contracts (в Microsoft.MasterDataServices.Services.Contracts.dll)

Синтаксис

'Декларация
<DataMemberAttribute> _
Public Property Type As PrincipalType 
    Get 
    Set
'Применение
Dim instance As SecurityPrincipalsCriteria 
Dim value As PrincipalType 

value = instance.Type

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

Значение свойства

Тип: Microsoft.MasterDataServices.Services.DataContracts.PrincipalType
The user or group.

См. также

Справочник

SecurityPrincipalsCriteria Класс

Пространство имен Microsoft.MasterDataServices.Services.DataContracts