Spring GemFire 1.0.1 API Reference

AllKeysInterest.Policy Property

Gets or sets the policy.

[Visual Basic]
Public NotOverridable Property Policy() As InterestResultPolicy _
    Implements IInterest.Policy

   Public Get
   End Get
   Public Set
   End Set
End Property
[C#]
public InterestResultPolicy Policy { public get; public set; }

Property Value

The policy.

Implements

IInterest.Policy

See Also

AllKeysInterest Class | Spring.Data.GemFire Namespace