Share via


AuthTicket.Item(String) Property (BCL)

The Item property is a read/write indexer that sets and retrieves the properties on an authentication 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
    A string that contains the name of the property.

[C#]

  • propertyName
    A string that contains the name of the property.

Property Value

 The name of the property on the authentication ticket.

Requirements

Namespace: Microsoft.CommerceServer.Runtime

Platforms: Windows 2000, Windows Server 2003

Assembly: Microsoft.CommerceServer.Runtime.dll

Copyright © 2005 Microsoft Corporation.
All rights reserved.