Condividi tramite


Proprietà DataRuleProblem.Description

Ottiene o imposta la descrizione del problema corrente.

Spazio dei nomi:  Microsoft.Data.Schema.StaticCodeAnalysis
Assembly:  Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)

Sintassi

'Dichiarazione
Public Property Description As String
    Get
    Private Set
public string Description { get; private set; }
public:
property String^ Description {
    String^ get ();
    private: void set (String^ value);
}
member Description : string with get, private set
function get Description () : String
private function set Description (value : String)

Valore proprietà

Tipo: System.String

Sicurezza di .NET Framework

Vedere anche

Riferimenti

DataRuleProblem Classe

Spazio dei nomi Microsoft.Data.Schema.StaticCodeAnalysis