ToVersionName 屬性
Gets or sets an optional string containing the name of the new version.
命名空間: Microsoft.MasterDataServices.Services.MessageContracts
組件: Microsoft.MasterDataServices.Services (在 Microsoft.MasterDataServices.Services.dll 中)
語法
'宣告
<MessageBodyMemberAttribute> _
Public Property ToVersionName As String
Get
Set
'用途
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)
屬性值
型別:System. . :: . .String
String representing the name.