Freigeben über


DataRuleAttribute.Namespace-Eigenschaft

Ruft den Namespace für die Regel ab oder legt ihn fest.

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

Syntax

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

Eigenschaftswert

Typ: System.String
Eine string mit dem Namespace für die Regel wie im Konstruktor des Attributs festgelegt.

.NET Framework-Sicherheit

Siehe auch

Referenz

DataRuleAttribute Klasse

Microsoft.Data.Schema.StaticCodeAnalysis-Namespace

DataRuleAttribute