Compartir a través de


Knowledgebase.Description Propiedad

Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.

Gets or sets the description for the Knowledgebase.

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 Knowledgebase 
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 for the Knowledgebase.

Vea también

Referencia

Knowledgebase Clase

Espacio de nombres Microsoft.MasterDataServices.Services.DataContracts