StagingBatchInformation.ModelName Property

 

Gets or sets the name of the model for the staging batch.

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

Syntax

[DataMemberAttribute]
public string ModelName { get; set; }
public:
[DataMemberAttribute]
property String^ ModelName {
    String^ get();
    void set(String^ value);
}
[<DataMemberAttribute>]
member ModelName : string with get, set
<DataMemberAttribute>
Public Property ModelName As String

Property Value

Type: System.String

The name of the model for the staging batch.

See Also

StagingBatchInformation Class
Microsoft.MasterDataServices.Services.DataContracts Namespace

Return to top