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

listName
Name of the list to be searched.
setName
Name of the set to be returned

Glossary Item Box

Returns an XmlQualifiedName[] object with Properties names as required in XML-DA GetPropterties and Browse calls.

Syntax

Visual Basic (Usage)Copy Code
Dim instance As ListBuilder
Dim listName As String
Dim setName As String
Dim value() As XmlQualifiedName
 
value = instance.GetPropertiesSet(listName, setName)
C# 
public XmlQualifiedName[] GetPropertiesSet( 
   string listName,
   string setName
)

Parameters

listName
Name of the list to be searched.
setName
Name of the set to be returned

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.