ResultType 属性

Gets or sets the ResultType for the criteria.

命名空间:  Microsoft.MasterDataServices
程序集:  Microsoft.MasterDataServices(在 Microsoft.MasterDataServices.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. . :: . .ResultType
One of the values of [:Microsoft.MasterDataServices.ResultType]. Possible values are Details, Identifiers, or None.