Partager via


DataRuleAttribute.CategoryResourceId, propriété

Obtient ou définit l'identificateur de ressource de la catégorie.

Espace de noms :  Microsoft.Data.Schema.StaticCodeAnalysis
Assembly :  Microsoft.Data.Schema (dans Microsoft.Data.Schema.dll)

Syntaxe

'Déclaration
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)

Valeur de propriété

Type : System.String
string contenant l'identificateur de ressource de la catégorie.

Sécurité .NET Framework

Voir aussi

Référence

DataRuleAttribute Classe

Microsoft.Data.Schema.StaticCodeAnalysis, espace de noms