Share via


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

value = instance.ViolationIndex

instance.ViolationIndex = value
public int ViolationIndex { get; set; }
public:
property int ViolationIndex {
    int get ();
    void set (int value);
}
member ViolationIndex : int with get, set
function get ViolationIndex () : int
function set ViolationIndex (value : int)

Property Value

Type: System. . :: . .Int32
Returns Int32.

See Also

Reference

DiagRuleViolation Class

Microsoft.ApplicationServer.Caching Namespace