DataObject Property
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Gets an object that is used to describe the internal properties of the catalog objects.
Namespace: Microsoft.CommerceServer.Catalog
Assembly: Microsoft.CommerceServer.Catalog (in Microsoft.CommerceServer.Catalog.dll)
Syntax
'Declaration
Protected ReadOnly Property DataObject As Object
'Usage
Dim value As Object
value = Me.DataObject
protected Object DataObject { get; }
protected:
property Object^ DataObject {
Object^ get ();
}
protected function get DataObject () : Object
Property Value
Type: System..::.Object
A DataObject containing the XmlData object with the internal properties of the objects.
Remarks
Used to describe the internal properties of the 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.