Share via


RuleSetting.Rule Property

Gets the rule associated with the current rule setting.

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

Syntax

'Declaration
Public ReadOnly Property Rule As Rule
'Usage
Dim instance As RuleSetting 
Dim value As Rule 

value = instance.Rule
public Rule Rule { get; }
public:
property Rule^ Rule {
    Rule^ get ();
}
public function get Rule () : Rule

Property Value

Type: Microsoft.Data.Schema.StaticCodeAnalysis.Rule
Returns a Rule.

.NET Framework Security

See Also

Reference

RuleSetting Class

RuleSetting Members

Microsoft.Data.Schema.StaticCodeAnalysis Namespace