Share via


ProfileTicket.Item(String) Property (BCL)

The Item property is a read/write String that retrieves and sets properties on the profile ticket.

Definition

[Visual Basic .NET]

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

[C#]

public override 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

 A String containing the value of the propertyName property.

Requirements

Namespace: Microsoft.CommerceServer.Runtime

Platforms: Windows 2000, Windows Server 2003

Assembly: Microsoft.CommerceServer.Runtime.dll

Copyright © 2005 Microsoft Corporation.
All rights reserved.