StagingGetRequest.StagingSearchCriteria Property

 

Gets or sets criteria for staging searches.

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

Syntax

[MessageBodyMemberAttribute]
public StagingSearchCriteria StagingSearchCriteria { get; set; }
public:
[MessageBodyMemberAttribute]
property StagingSearchCriteria^ StagingSearchCriteria {
    StagingSearchCriteria^ get();
    void set(StagingSearchCriteria^ value);
}
[<MessageBodyMemberAttribute>]
member StagingSearchCriteria : StagingSearchCriteria with get, set
<MessageBodyMemberAttribute>
Public Property StagingSearchCriteria As StagingSearchCriteria

Property Value

Type: Microsoft.MasterDataServices.Services.DataContracts.StagingSearchCriteria

StagingSearchCriteria.

See Also

StagingGetRequest Class
Microsoft.MasterDataServices.Services.MessageContracts Namespace

Return to top