DataRuleAttribute.DisplayNameResourceId (Propiedad)

Obtiene o establece el identificador de recurso para el nombre para mostrar.

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

Sintaxis

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

Valor de propiedad

Tipo: System.String

Seguridad de .NET Framework

Vea también

Referencia

DataRuleAttribute Clase

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