VersionName 屬性
Gets or sets the name of the version for the staging batch.
命名空間: Microsoft.MasterDataServices.Services.DataContracts
組件: Microsoft.MasterDataServices.Services (在 Microsoft.MasterDataServices.Services.dll 中)
語法
'宣告
<DataMemberAttribute> _
Public Property VersionName As String
Get
Set
'用途
Dim instance As StagingBatchInformation
Dim value As String
value = instance.VersionName
instance.VersionName = value
[DataMemberAttribute]
public string VersionName { get; set; }
[DataMemberAttribute]
public:
property String^ VersionName {
String^ get ();
void set (String^ value);
}
[<DataMemberAttribute>]
member VersionName : string with get, set
function get VersionName () : String
function set VersionName (value : String)
屬性值
型別:System. . :: . .String
String value representing the version.