Share via


ContentSelector.Size Property (BCL)

The Size property is a read/write String that gets or sets the size of the content that should be returned.

Definition

[Visual Basic .NET]

Public Property Size As System.String

[C#]

public System.String Size{get; set;} 

Property Value

The size of the content that should be returned.

Remarks

When the Size property is not equal to NULL, a filter is set up that will ask for only content items of the specified size. Content sizes are managed in the Reference Tables portion of the Campaigns module in Commerce Server Business Desk.

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.