共用方式為


ModelPrivilegesCriteria.ResultType 屬性

Gets or sets the result type for the criteria.

命名空間:  Microsoft.MasterDataServices.Services.DataContracts
組件:  Microsoft.MasterDataServices.Services.Contracts (在 Microsoft.MasterDataServices.Services.Contracts.dll 中)

語法

'宣告
<DataMemberAttribute> _
Public Property ResultType As ResultType 
    Get 
    Set
'用途
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)

屬性值

型別:Microsoft.MasterDataServices.Services.DataContracts.ResultType
The result type for the criteria.

請參閱

參考

ModelPrivilegesCriteria 類別

Microsoft.MasterDataServices.Services.DataContracts 命名空間