Udostępnij przez


Właściwość StagingBatchInformation.ModelName

Pobiera lub ustawia nazwę modelu dla partia tymczasowa.

Przestrzeń nazw:  Microsoft.MasterDataServices.Services.DataContracts
Zestaw:  Microsoft.MasterDataServices.Services (w Microsoft.MasterDataServices.Services.dll)

Składnia

'Deklaracja
<DataMemberAttribute> _
Public Property ModelName As String
    Get
    Set
'Użycie
Dim instance As StagingBatchInformation
Dim value As String

value = instance.ModelName

instance.ModelName = value
[DataMemberAttribute]
public string ModelName { get; set; }
[DataMemberAttribute]
public:
property String^ ModelName {
    String^ get ();
    void set (String^ value);
}
[<DataMemberAttribute>]
member ModelName : string with get, set
function get ModelName () : String
function set ModelName (value : String)

Wartość właściwości

Typ: System.String
Ciąg reprezentującą nazwę modelu.