| 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[] objectsTarget Platforms:Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows 7, Windows Server 2008 family
>