Share via


Version.Description Property

Gets or sets the description of the version.

Namespace:  Microsoft.MasterDataServices.Services.DataContracts
Assembly:  Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)

Syntax

'Declaration
<DataMemberAttribute(IsRequired := False)> _
Public Property Description As String 
    Get 
    Set
'Usage
Dim instance As Version 
Dim value As String 

value = instance.Description

instance.Description = value
[DataMemberAttribute(IsRequired = false)]
public string Description { get; set; }
[DataMemberAttribute(IsRequired = false)]
public:
property String^ Description {
    String^ get ();
    void set (String^ value);
}
[<DataMemberAttribute(IsRequired = false)>]
member Description : string with get, set
function get Description () : String 
function set Description (value : String)

Property Value

Type: System.String
The description of the version.

See Also

Reference

Version Class

Microsoft.MasterDataServices.Services.DataContracts Namespace