DisplaySize Class

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

Defines a DisplaySize object.

Namespace:  Microsoft.CommerceServer.Marketing
Assembly:  Microsoft.CommerceServer.Marketing.CrossTierTypes (in Microsoft.CommerceServer.Marketing.CrossTierTypes.dll)

Syntax

'Declaration
<ComVisibleAttribute(False)> _
Public NotInheritable Class DisplaySize _
    Inherits MarketingServices
'Usage
Dim instance As DisplaySize
[ComVisibleAttribute(false)]
public sealed class DisplaySize : MarketingServices
[ComVisibleAttribute(false)]
public ref class DisplaySize sealed : public MarketingServices
public final class DisplaySize extends MarketingServices

Remarks

The DisplaySize class defines a size in which a DisplayableCampaignItem can be displayed.

DisplaySize describes one of the sizes defined for the display. This class cannot be derived. This class and its properties are NOT supported by search. This object doesn’t keep its last modified timestamp, so a race condition is possible between two clients changing the value. It is possible that one change will overwrite a previous value.

Inheritance Hierarchy

System..::.Object
  Microsoft.CommerceServer.Marketing..::.MarketingServices
    Microsoft.CommerceServer.Marketing..::.DisplaySize

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

DisplaySize Members

Microsoft.CommerceServer.Marketing Namespace