Proprietà DataRuleAttribute.DescriptionResourceId
Ottiene o imposta l'identificatore di risorsa per la descrizione.
Spazio dei nomi: Microsoft.Data.Schema.StaticCodeAnalysis
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Sintassi
'Dichiarazione
Public Property DescriptionResourceId As String
Get
Set
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)
Valore proprietà
Tipo: System.String
Oggetto string che contiene l'identificatore di risorsa per la descrizione.
Sicurezza di .NET Framework
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per ulteriori informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.