Share via


ContentSelector.Name Property (BCL)

The Name property is a read-only String that gets the name of the ContentSelector object, which is the same as the name of the ContentSelectionContext object that created this object.

Definition

[Visual Basic .NET]

Public ReadOnly Property Name As System.String

[C#]

public System.String Name{get;} 

Property Value

The name of the ContentSelectionContext object that created this object.

Requirements

Namespace: Microsoft.CommerceServer.Runtime.Targeting

Platforms: Windows 2000, Windows Server 2003

Assembly: Microsoft.CommerceServer.Runtime.dll

See Also

Code to Display Targeted Advertisements on an ASP.NET Web Form

Copyright © 2005 Microsoft Corporation.
All rights reserved.