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!

ITypedList.GetListName

[To be supplied.]

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

Parameters

listAccessors
[To be supplied.]

See Also

ITypedList Interface | ITypedList Members | System.Data Namespace