Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Gets or sets the ResultType for user.
Namespace: Microsoft.MasterDataServices.Services.DataContracts
Assembly: Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)
Syntax
'Declaration
<DataMemberAttribute> _
Public Property User As ResultType
Get
Set
'Usage
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)
Property Value
Type: Microsoft.MasterDataServices.Services.DataContracts.ResultType
The result type for user.
See Also
Reference
Microsoft.MasterDataServices.Services.DataContracts Namespace