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.
Gets or sets the properties of this Variant.
Namespace: Microsoft.CommerceServer.Catalog
Assembly: Microsoft.CommerceServer.Catalog (in Microsoft.CommerceServer.Catalog.dll)
Syntax
'Declaration
Public Property Item ( _
propertyName As String _
) As Object
'Usage
Dim instance As Variant
Dim propertyName As String
Dim value As Object
value = instance.Item(propertyName)
instance.Item(propertyName) = value
public Object Item[
string propertyName
] { get; set; }
public:
property Object^ Item[String^ propertyName] {
Object^ get (String^ propertyName);
void set (String^ propertyName, Object^ value);
}
JScript does not support indexed properties.
Parameters
- propertyName
Type: System..::.String
The index of the property to access.
Property Value
Type: System..::.Object
Returns the value of the property name parameter.
Remarks
Allows you to get or set the specified property value.
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.