Compartir a través de


SystemSetting.Description Propiedad

Gets or sets the description.

Espacio de nombres:  Microsoft.MasterDataServices.Services.DataContracts
Ensamblado:  Microsoft.MasterDataServices.Services.Contracts (en Microsoft.MasterDataServices.Services.Contracts.dll)

Sintaxis

'Declaración
<DataMemberAttribute> _
Public Property Description As String 
    Get 
    Set
'Uso
Dim instance As SystemSetting 
Dim value As String 

value = instance.Description

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

Valor de la propiedad

Tipo: System.String
The description.

Vea también

Referencia

SystemSetting Clase

Espacio de nombres Microsoft.MasterDataServices.Services.DataContracts