DataRuleAttribute.CategoryResourceId (Propiedad)

Obtiene o establece el identificador de recurso para la categoría.

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

Sintaxis

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

Valor de propiedad

Tipo: System.String
Un valor de tipo string que contiene el identificador de recurso para la categoría.

Seguridad de .NET Framework

Vea también

Referencia

DataRuleAttribute Clase

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