EntityMembersGetCriteria.MemberReturnOption Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the member return option.
public:
property Microsoft::MasterDataServices::MemberReturnOption MemberReturnOption { Microsoft::MasterDataServices::MemberReturnOption get(); void set(Microsoft::MasterDataServices::MemberReturnOption value); };
[System.Runtime.Serialization.DataMember(IsRequired=true)]
public Microsoft.MasterDataServices.MemberReturnOption MemberReturnOption { get; set; }
[<System.Runtime.Serialization.DataMember(IsRequired=true)>]
member this.MemberReturnOption : Microsoft.MasterDataServices.MemberReturnOption with get, set
Public Property MemberReturnOption As MemberReturnOption
Property Value
The operation response will include member data only, member counts only, or both the data and the counts as specified.
- Attributes