Given a name, returns the long value stored in the field with that name.
Namespace: Com.Tibco.As.SpaceAssembly: TIBCO.ActiveSpaces.Common (in TIBCO.ActiveSpaces.Common.dll) Version: 2.1.0.0 (2.1)
Syntax
C# |
---|
public abstract Nullable<long> GetLong( string fieldName ) |
Visual Basic |
---|
Public MustOverride Function GetLong ( _ fieldName As String _ ) As Nullable(Of Long) |
Visual C++ |
---|
public: virtual Nullable<long long> GetLong( String^ fieldName ) abstract |
Parameters
- fieldName
- Type: System..::..String
Name of field