DataRuleAttribute.ResourceBaseName (Propiedad)

Obtiene o establece el nombre base para los recursos que se usan en esta clase.

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

Sintaxis

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

Valor de propiedad

Tipo: System.String
Un valor de tipo string que contiene el nombre base de los recursos utilizados en esta clase.

Seguridad de .NET Framework

Vea también

Referencia

DataRuleAttribute Clase

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