Share via


DataRuleAttribute.DescriptionResourceId Property

Gets or sets the resource identifier for the description.

Namespace:  Microsoft.Data.Schema.StaticCodeAnalysis
Assembly:  Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)

Syntax

'Declaration
Public Property DescriptionResourceId As String
public string DescriptionResourceId { get; set; }
public:
property String^ DescriptionResourceId {
    String^ get ();
    void set (String^ value);
}
member DescriptionResourceId : string with get, set
function get DescriptionResourceId () : String
function set DescriptionResourceId (value : String)

Property Value

Type: System.String
A string that contains the resource identifier for the description.

.NET Framework Security

See Also

Reference

DataRuleAttribute Class

Microsoft.Data.Schema.StaticCodeAnalysis Namespace