次の方法で共有


ModelName プロパティ

ステージング バッチのモデルの名前を取得または設定します。

名前空間:  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
モデル名を表す文字列値。