VersionName 屬性
Gets or sets the version name.
命名空間: Microsoft.MasterDataServices
組件: Microsoft.MasterDataServices (在 Microsoft.MasterDataServices.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
A string that represents the version name.