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

value = instance.RuleId

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

Property Value

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

See Also

Reference

DiagnosticRule Class

Microsoft.ApplicationServer.Caching Namespace