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
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.