StagingBatchInformation.ModelName 属性

Gets or sets the model name.

命名空间:  Microsoft.MasterDataServices
程序集:  Microsoft.MasterDataServices(在 Microsoft.MasterDataServices.dll 中)

语法

声明
<DataMemberAttribute> _
Public Property ModelName As String
    Get
    Set
用法
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)

属性值

类型:System.String
A string that represents the model name.

请参阅

参考

StagingBatchInformation 类

Microsoft.MasterDataServices 命名空间