Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Gets or sets the Display Size name of the current DisplayableCampaignItem instance.
Namespace: Microsoft.CommerceServer.Marketing
Assembly: Microsoft.CommerceServer.Marketing.CrossTierTypes (in Microsoft.CommerceServer.Marketing.CrossTierTypes.dll)
Syntax
'Declaration
Public Property SizeName As String
'Usage
Dim instance As DisplayableCampaignItem
Dim value As String
value = instance.SizeName
instance.SizeName = value
public string SizeName { get; set; }
public:
property String^ SizeName {
String^ get ();
void set (String^ value);
}
public function get SizeName () : String
public function set SizeName (value : String)
Property Value
Type: System..::.String
The Display Size name of the current instance. Default is nullNothingnullptra null reference (Nothing in Visual Basic).
Remarks
Returns a name of the display size used to display this Campaign item. For example the SizeName could be "Full Banner".
Permissions
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.