Propriedade do RDL ToVersionName
Gets or sets an optional string containing the name of the new version.
Namespace: Microsoft.MasterDataServices.Services.MessageContracts
Assembly: Microsoft.MasterDataServices.Services (em Microsoft.MasterDataServices.Services.dll)
Sintaxe
'Declaração
<MessageBodyMemberAttribute> _
Public Property ToVersionName As String
Get
Set
'Uso
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)
Valor da propriedade
Tipo: System. . :: . .String
String representing the name.
Consulte também