ModelMembersResultCriteria.IncludeCollectionMembers 属性

Gets or sets a value indicating whether collection members are to be included in the results.

命名空间:  Microsoft.MasterDataServices.Services.DataContracts
程序集:  Microsoft.MasterDataServices.Services.Contracts(在 Microsoft.MasterDataServices.Services.Contracts.dll 中)

语法

声明
<DataMemberAttribute> _
Public Property IncludeCollectionMembers As Boolean 
    Get 
    Set
用法
Dim instance As ModelMembersResultCriteria 
Dim value As Boolean 

value = instance.IncludeCollectionMembers

instance.IncludeCollectionMembers = value
[DataMemberAttribute]
public bool IncludeCollectionMembers { get; set; }
[DataMemberAttribute]
public:
property bool IncludeCollectionMembers {
    bool get ();
    void set (bool value);
}
[<DataMemberAttribute>]
member IncludeCollectionMembers : bool with get, set
function get IncludeCollectionMembers () : boolean 
function set IncludeCollectionMembers (value : boolean)

属性值

类型:System.Boolean
true if collection members are to be included in the results; otherwise, false.

请参阅

参考

ModelMembersResultCriteria 类

Microsoft.MasterDataServices.Services.DataContracts 命名空间