Compartir a través de


FunctionPrivilegesCriteria.PrincipalType Propiedad

Gets or sets the type of the principal.

Espacio de nombres:  Microsoft.MasterDataServices.Services.DataContracts
Ensamblado:  Microsoft.MasterDataServices.Services.Contracts (en Microsoft.MasterDataServices.Services.Contracts.dll)

Sintaxis

'Declaración
<DataMemberAttribute> _
Public Property PrincipalType As PrincipalType 
    Get 
    Set
'Uso
Dim instance As FunctionPrivilegesCriteria 
Dim value As PrincipalType 

value = instance.PrincipalType

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

Valor de la propiedad

Tipo: Microsoft.MasterDataServices.Services.DataContracts.PrincipalType
The type of the principal.

Vea también

Referencia

FunctionPrivilegesCriteria Clase

Espacio de nombres Microsoft.MasterDataServices.Services.DataContracts