Propriedade do RDL SecurityResultOptions.User
Gets or sets the ResultType for user.
Namespace: Microsoft.MasterDataServices.Services.DataContracts
Assembly: Microsoft.MasterDataServices.Services.Contracts (em Microsoft.MasterDataServices.Services.Contracts.dll)
Sintaxe
'Declaração
<DataMemberAttribute> _
Public Property User As ResultType
Get
Set
'Uso
Dim instance As SecurityResultOptions
Dim value As ResultType
value = instance.User
instance.User = value
[DataMemberAttribute]
public ResultType User { get; set; }
[DataMemberAttribute]
public:
property ResultType User {
ResultType get ();
void set (ResultType value);
}
[<DataMemberAttribute>]
member User : ResultType with get, set
function get User () : ResultType
function set User (value : ResultType)
Valor da propriedade
Tipo: Microsoft.MasterDataServices.Services.DataContracts.ResultType
The result type for user.
Consulte também
Referência
Namespace Microsoft.MasterDataServices.Services.DataContracts