Condividi tramite


Proprietà DataRuleAttribute.ResourceBaseName

Ottiene o imposta il nome base per le risorse utilizzate in questa classe.

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

Sintassi

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

Valore proprietà

Tipo: System.String
Oggetto string che contiene il nome base delle risorse utilizzate in questa classe.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

DataRuleAttribute Classe

Spazio dei nomi Microsoft.Data.Schema.StaticCodeAnalysis