Compartir a través de


SecurityPrincipalsCriteria.Type Propiedad

Gets or sets the user or group.

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

Sintaxis

'Declaración
<DataMemberAttribute> _
Public Property Type As PrincipalType 
    Get 
    Set
'Uso
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)

Valor de la propiedad

Tipo: Microsoft.MasterDataServices.Services.DataContracts.PrincipalType
The user or group.

Vea también

Referencia

SecurityPrincipalsCriteria Clase

Espacio de nombres Microsoft.MasterDataServices.Services.DataContracts