XMLDA.NET Reference
GetPropertiesList Method
See Also  Send Feedback
xmldanet Namespace > ListBuilder Class : GetPropertiesList Method

listName
Name of the list to be returned.

Glossary Item Box

Returns the named PropertiesList object, containing a set of XmlQualifiedName[] objects.

Syntax

Visual Basic (Usage)Copy Code
Dim instance As ListBuilder
Dim listName As String
Dim value As PropertiesList
 
value = instance.GetPropertiesList(listName)
C# 
public PropertiesList GetPropertiesList( 
   string listName
)

Parameters

listName
Name of the list to be returned.

Return Value

PropertiesList object, containing a set of XmlQualifiedName[] objects

Requirements

Target Platforms:Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows 7, Windows Server 2008 family

>

See Also

© 2002-2012 Advosol Inc. All Rights Reserved.