CacheableStringLength Property |
Gets the length of the underlying C string.
Namespace: GemStone.GemFire.CacheAssembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntaxpublic uint Length { get; }
Public ReadOnly Property Length As UInteger
Get
public:
property unsigned int Length {
unsigned int get ();
}
member Length : uint32 with get
Property Value
Type:
UInt32
See Also