StructSetIsModifiable Property |
True if this StructSet is modifiable.
Namespace: GemStone.GemFire.CacheAssembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntaxpublic virtual bool IsModifiable { get; }
Public Overridable ReadOnly Property IsModifiable As Boolean
Get
public:
virtual property bool IsModifiable {
bool get ();
}
abstract IsModifiable : bool with get
override IsModifiable : bool with get
Return Value
Type:
Booleanreturns false always at this time.
See Also