Share via


TicketBase.Item Property (BCL)

The Item property is a read/write String that gets and sets properties in the ticket.

Definition

[Visual Basic .NET]

Overridable Public Property Item( _
  ByValpropertyName As System.String _
) As System.String

[C#]

public virtual System.String Item(
  System.String propertyName){get; set;} 

Parameters

[Visual Basic .NET]

  • propertyName
    The name of the property to set or retrieve.

[C#]

  • propertyName
    The name of the property to set or retrieve.

Property Value

The value of the propertyName parameter.

Requirements

Namespace: Microsoft.CommerceServer.Runtime

Platforms: Windows 2000, Windows Server 2003

Assembly: Microsoft.CommerceServer.Runtime.dll

Copyright © 2005 Microsoft Corporation.
All rights reserved.