SecurityResultOptions.User Property

 

Gets or sets the ResultType for user.

Namespace:   Microsoft.MasterDataServices.Services.DataContracts
Assembly:  Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)

Syntax

[DataMemberAttribute]
public ResultType User { get; set; }
public:
[DataMemberAttribute]
property ResultType User {
    ResultType get();
    void set(ResultType value);
}
[<DataMemberAttribute>]
member User : ResultType with get, set
<DataMemberAttribute>
Public Property User As ResultType

Property Value

Type: Microsoft.MasterDataServices.Services.DataContracts.ResultType

The result type for user.

See Also

SecurityResultOptions Class
Microsoft.MasterDataServices.Services.DataContracts Namespace

Return to top