ModelName 屬性
Gets or sets the name of the model for the staging batch.
命名空間: Microsoft.MasterDataServices.Services.DataContracts
組件: Microsoft.MasterDataServices.Services (在 Microsoft.MasterDataServices.Services.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
String value representing the model name.