IsRuleViolated 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 IsRuleViolated As Boolean
    Get
    Set
'Usage
Dim instance As DiagRuleViolation
Dim value As Boolean

value = instance.IsRuleViolated

instance.IsRuleViolated = value
public bool IsRuleViolated { get; set; }
public:
property bool IsRuleViolated {
    bool get ();
    void set (bool value);
}
member IsRuleViolated : bool with get, set
function get IsRuleViolated () : boolean
function set IsRuleViolated (value : boolean)

Property Value

Type: System. . :: . .Boolean
Returns Boolean.

See Also

Reference

DiagRuleViolation Class

Microsoft.ApplicationServer.Caching Namespace