Problem.Rule Property
Gets or sets the rule used to detect the current problem.
Namespace: Microsoft.Data.Schema.StaticCodeAnalysis
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
Public Property Rule As Rule
Get
Private Set
'Usage
Dim instance As Problem
Dim value As Rule
value = instance.Rule
public Rule Rule { get; private set; }
public:
property Rule^ Rule {
Rule^ get ();
private: void set (Rule^ value);
}
function get Rule () : Rule
private function set Rule (value : Rule)
member Rule : Rule with get, private set
Property Value
Type: Microsoft.Data.Schema.StaticCodeAnalysis.Rule
Returns a Rule.
.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.