Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.