SecurityResultOptions.User Propiedad
Gets or sets the ResultType for user.
Espacio de nombres: Microsoft.MasterDataServices.Services.DataContracts
Ensamblado: Microsoft.MasterDataServices.Services.Contracts (en Microsoft.MasterDataServices.Services.Contracts.dll)
Sintaxis
'Declaración
<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 de la propiedad
Tipo: Microsoft.MasterDataServices.Services.DataContracts.ResultType
The result type for user.
Vea también
Referencia
Espacio de nombres Microsoft.MasterDataServices.Services.DataContracts