RuleViolated Property

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Namespace:  Microsoft.ApplicationServer.Caching
Assembly:  Microsoft.ApplicationServer.Caching.Core (in Microsoft.ApplicationServer.Caching.Core.dll)

Syntax

'Declaration
Public Property RuleViolated As DiagnosticRule
    Get
    Set
'Usage
Dim instance As DiagRuleViolation
Dim value As DiagnosticRule

value = instance.RuleViolated

instance.RuleViolated = value
public DiagnosticRule RuleViolated { get; set; }
public:
property DiagnosticRule^ RuleViolated {
    DiagnosticRule^ get ();
    void set (DiagnosticRule^ value);
}
member RuleViolated : DiagnosticRule with get, set
function get RuleViolated () : DiagnosticRule
function set RuleViolated (value : DiagnosticRule)

Property Value

Type: Microsoft.ApplicationServer.Caching. . :: . .DiagnosticRule
Returns DiagnosticRule.

See Also

Reference

DiagRuleViolation Class

Microsoft.ApplicationServer.Caching Namespace