Share via


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

value = instance.IsFinalStateReached

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

Property Value

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

See Also

Reference

DiagRuleViolation Class

Microsoft.ApplicationServer.Caching Namespace