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
- 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.