Get the parent StructSet of this Struct.
Namespace: GemStone.GemFire.CacheAssembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntaxpublic StructSet Set { get; }
Public ReadOnly Property Set As StructSet
Get
public:
property StructSet^ Set {
StructSet^ get ();
}
member Set : StructSet with get
Return Value
Type:
StructSet
A reference to the parent
StructSet of this
Struct.
See Also