Share via


PropertyNames Property

For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.

Gets a ReadOnlyStringCollection containing the names of the properties present in this catalog.

Namespace:  Microsoft.CommerceServer.Catalog
Assembly:  Microsoft.CommerceServer.Catalog (in Microsoft.CommerceServer.Catalog.dll)

Syntax

'Declaration
Public ReadOnly Property PropertyNames As ReadOnlyStringCollection
'Usage
Dim instance As ProductCatalog
Dim value As ReadOnlyStringCollection

value = instance.PropertyNames
public ReadOnlyStringCollection PropertyNames { get; }
public:
property ReadOnlyStringCollection^ PropertyNames {
    ReadOnlyStringCollection^ get ();
}
public function get PropertyNames () : ReadOnlyStringCollection

Property Value

Type: Microsoft.CommerceServer.Runtime..::.ReadOnlyStringCollection
A ReadOnlyStringCollection containing the names of the properties present in this catalog.

Remarks

This data is cached. To refresh it, call the Refresh method explicitly.

Permissions

See Also

Reference

ProductCatalog Class

ProductCatalog Members

Microsoft.CommerceServer.Catalog Namespace