DataRuleAttribute.CategoryResourceId Property
Gets or sets the resource identifier for the category.
Namespace: Microsoft.Data.Schema.StaticCodeAnalysis
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
Public Property CategoryResourceId As String
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)
Property Value
Type: System.String
A string that contains the resource identifier for the category.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.