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.