Item Property
Gets or sets properties of the ticket by name.
Namespace: Microsoft.CommerceServer.Runtime
Assembly: Microsoft.CommerceServer.Runtime (in Microsoft.CommerceServer.Runtime.dll)
Syntax
'Declaration
Public MustOverride Property Item ( _
propertyName As String _
) As String
'Usage
Dim instance As TicketBase
Dim propertyName As String
Dim value As String
value = instance.Item(propertyName)
instance.Item(propertyName) = value
public abstract string Item[
string propertyName
] { get; set; }
public:
virtual property String^ Item[String^ propertyName] {
String^ get (String^ propertyName) abstract;
void set (String^ propertyName, String^ value) abstract;
}
JScript does not support indexed properties.
Parameters
- propertyName
Type: System..::.String
The name of the property to set or get.
Property Value
Type: System..::.String
The value of the propertyName parameter.
Remarks
This property is not currently implemented.
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.