Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets or sets the result type for the criteria.
Namespace: Microsoft.MasterDataServices.Services.DataContracts
Assembly: Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)
Syntax
'Declaration
<DataMemberAttribute> _
Public Property ResultType As ResultType
Get
Set
'Usage
Dim instance As ModelPrivilegesCriteria
Dim value As ResultType
value = instance.ResultType
instance.ResultType = value
[DataMemberAttribute]
public ResultType ResultType { get; set; }
[DataMemberAttribute]
public:
property ResultType ResultType {
ResultType get ();
void set (ResultType value);
}
[<DataMemberAttribute>]
member ResultType : ResultType with get, set
function get ResultType () : ResultType
function set ResultType (value : ResultType)
Eigenschaftswert
Typ: Microsoft.MasterDataServices.Services.DataContracts.ResultType
The result type for the criteria.
Siehe auch
Verweis
ModelPrivilegesCriteria Klasse
Microsoft.MasterDataServices.Services.DataContracts-Namespace