Propriedade do RDL SecurityPrincipalsCriteria.Type
Gets or sets the user or group.
Namespace: Microsoft.MasterDataServices.Services.DataContracts
Assembly: Microsoft.MasterDataServices.Services.Contracts (em Microsoft.MasterDataServices.Services.Contracts.dll)
Sintaxe
'Declaração
<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 da propriedade
Tipo: Microsoft.MasterDataServices.Services.DataContracts.PrincipalType
The user or group.
Consulte também
Referência
SecurityPrincipalsCriteria Classe
Namespace Microsoft.MasterDataServices.Services.DataContracts