Dijeli putem


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

Property Value

Type: System..::.String
The value of the propertyName parameter.

Remarks

This property is not currently implemented.

Permissions

See Also

Reference

TicketBase Class

TicketBase Members

Microsoft.CommerceServer.Runtime Namespace