Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the version name.
Namespace: Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)
Syntax
'Declaration
<DataMemberAttribute> _
Public Property VersionName As String
Get
Set
'Usage
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)
Property Value
Type: System.String
A string that represents the version name.