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 or sets the catalog property value.
Namespace: Microsoft.CommerceServer.Catalog
Assembly: Microsoft.CommerceServer.Catalog (in Microsoft.CommerceServer.Catalog.dll)
Syntax
'Declaration
Public Property PropertyValue As Object
'Usage
Dim instance As UpdateClause
Dim value As Object
value = instance.PropertyValue
instance.PropertyValue = value
public Object PropertyValue { get; set; }
public:
property Object^ PropertyValue {
Object^ get ();
void set (Object^ value);
}
public function get PropertyValue () : Object
public function set PropertyValue (value : Object)
Property Value
Type: System..::.Object
The new value of the catalog property.
Remarks
The new value of the catalog property.
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.