StagingResultCriteria.Members Property

 

Gets or sets a value that indicates whether members should be returned.

Namespace:   Microsoft.MasterDataServices.Services.DataContracts
Assembly:  Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)

Syntax

[DataMemberAttribute(EmitDefaultValue = false)]
public bool Members { get; set; }
public:
[DataMemberAttribute(EmitDefaultValue = false)]
property bool Members {
    bool get();
    void set(bool value);
}
[<DataMemberAttribute(EmitDefaultValue = false)>]
member Members : bool with get, set
<DataMemberAttribute(EmitDefaultValue := False)>
Public Property Members As Boolean

Property Value

Type: System.Boolean

true if members should be returned; otherwise, false.

See Also

StagingResultCriteria Class
Microsoft.MasterDataServices.Services.DataContracts Namespace

Return to top