Compartir a través de


DataRuleProblem.Description (Propiedad)

Obtiene o establece la descripción del problema actual.

Espacio de nombres:  Microsoft.Data.Schema.StaticCodeAnalysis
Ensamblado:  Microsoft.Data.Schema (en Microsoft.Data.Schema.dll)

Sintaxis

'Declaración
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)

Valor de propiedad

Tipo: System.String

Seguridad de .NET Framework

Vea también

Referencia

DataRuleProblem Clase

Microsoft.Data.Schema.StaticCodeAnalysis (Espacio de nombres)