Size Property

For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.

Gets or sets the size of the content that should be returned.

Namespace:  Microsoft.CommerceServer.Runtime.Targeting
Assembly:  Microsoft.CommerceServer.Runtime (in Microsoft.CommerceServer.Runtime.dll)

Syntax

'Declaration
Public Property Size As String
'Usage
Dim instance As ContentSelector
Dim value As String

value = instance.Size

instance.Size = value
public string Size { get; set; }
public:
property String^ Size {
    String^ get ();
    void set (String^ value);
}
public function get Size () : String
public function set Size (value : String)

Property Value

Type: System..::.String
The size of the content that should be returned.

Remarks

Stores the size of the content that should be returned. When this is specified as a non-nullNothingnullptra null reference (Nothing in Visual Basic) value, a filter is set up that will ask for only content items of the specified size.

Permissions

See Also

Reference

ContentSelector Class

ContentSelector Members

Microsoft.CommerceServer.Runtime.Targeting Namespace