NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

UInt32Storage.Get

[To be supplied.]

[Visual Basic]
Overrides Public Function Get( _
   ByVal record As Integer _
) As Object
[C#]
public override object Get(
   int record
);
[C++]
public: override Object* Get(
   int record
);
[JScript]
public override function Get(
   record : int
) : Object;

Parameters

record
[To be supplied.]

See Also

UInt32Storage Class | UInt32Storage Members | System.Data.Internal Namespace