Partilhar via


Propriedade DataRuleAttribute.DisplayNameResourceId

Obtém ou define o identificador de recurso para o nome de exibição.

Namespace:  Microsoft.Data.Schema.StaticCodeAnalysis
Assembly:  Microsoft.Data.Schema (em Microsoft.Data.Schema.dll)

Sintaxe

'Declaração
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 propriedade

Tipo: System.String

Segurança do .NET Framework

Consulte também

Referência

DataRuleAttribute Classe

Namespace Microsoft.Data.Schema.StaticCodeAnalysis