Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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)
Property Value
Type: Microsoft.MasterDataServices.Services.DataContracts.ResultType
The result type for the criteria.
See Also
Reference
Microsoft.MasterDataServices.Services.DataContracts Namespace