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