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