Właściwość VersionCopyRequest.ToVersionName
Pobiera lub ustawia opcjonalny ciąg zawierający nazwę nowej wersja.
Przestrzeń nazw: Microsoft.MasterDataServices.Services.MessageContracts
Zestaw: Microsoft.MasterDataServices.Services (w Microsoft.MasterDataServices.Services.dll)
Składnia
'Deklaracja
<MessageBodyMemberAttribute> _
Public Property ToVersionName As String
Get
Set
'Użycie
Dim instance As VersionCopyRequest
Dim value As String
value = instance.ToVersionName
instance.ToVersionName = value
[MessageBodyMemberAttribute]
public string ToVersionName { get; set; }
[MessageBodyMemberAttribute]
public:
property String^ ToVersionName {
String^ get ();
void set (String^ value);
}
[<MessageBodyMemberAttribute>]
member ToVersionName : string with get, set
function get ToVersionName () : String
function set ToVersionName (value : String)
Wartość właściwości
Typ: System.String
Ciąg reprezentujący tę nazwę.
Zobacz także