Share via


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

See Also

Reference

DataRuleAttribute Class

Microsoft.Data.Schema.StaticCodeAnalysis Namespace