Поделиться через


Свойство SecurityPrincipalsCriteria.Type

Gets or sets the type of the principal.

Пространство имен:  Microsoft.MasterDataServices
Сборка:  Microsoft.MasterDataServices (в Microsoft.MasterDataServices.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.PrincipalType
One of the values of PrincipalType.

См. также

Справочник

SecurityPrincipalsCriteria Класс

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