SiteTermElementCollection.Item(String) Property (BCL)

Indexer to allow for accessing the SiteTerm collection by name.

Definition

[Visual Basic .NET]

Public ReadOnly Property Item( _
  ByValname As System.String _
) As SiteTermElement

[C#]

public SiteTermElement Item(
  System.String name){get;} 

Parameters

[Visual Basic .NET]

  • name
    Name of the SiteTerm element.

[C#]

  • name
    Name of the SiteTerm element.

Property Value

The specified SiteTermElement

Requirements

Namespace: Microsoft.CommerceServer.Runtime.Profiles

Platforms: Windows 2000, Windows Server 2003

Assembly: Microsoft.CommerceServer.Runtime.dll

See Also

Code to Build a Login Page

Code to Use the SiteTerm Class

Copyright © 2005 Microsoft Corporation.
All rights reserved.