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!

ICollectionInfo.GetFieldCaption

[To be supplied.]

[Visual Basic]
Function GetFieldCaption( _
   ByVal elementName As String _
) As String
[C#]
string GetFieldCaption(
   string elementName
);
[C++]
String* GetFieldCaption(
   String* elementName
) = 0;
[JScript]
function GetFieldCaption(
   elementName : String
) : String;

Parameters

elementName
[To be supplied.]

See Also

ICollectionInfo Interface | ICollectionInfo Members | System.Data Namespace