CatalogSetData Property
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Gets a CatalogSet containing the data XmlData for this object.
Namespace: Microsoft.CommerceServer.CatalogSets
Assembly: Microsoft.CommerceServer.Catalog (in Microsoft.CommerceServer.Catalog.dll)
Syntax
'Declaration
Protected ReadOnly Property CatalogSetData As CatalogSet
'Usage
Dim value As CatalogSet
value = Me.CatalogSetData
protected CatalogSet CatalogSetData { get; }
protected:
property CatalogSet^ CatalogSetData {
CatalogSet^ get ();
}
protected function get CatalogSetData () : CatalogSet
Property Value
Type: CatalogSet
A CatalogSet containing the data XmlData for this object.
Remarks
The InventoryCatalog XML/SOAP serializable Data-only Object.
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.