IsSchedulable Property
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Gets or sets the value indicating whether the current instance can be used for campaign event scheduling.
Namespace: Microsoft.CommerceServer.Marketing
Assembly: Microsoft.CommerceServer.Marketing.CrossTierTypes (in Microsoft.CommerceServer.Marketing.CrossTierTypes.dll)
Syntax
'Declaration
Public Property IsSchedulable As Boolean
'Usage
Dim instance As CampaignEventType
Dim value As Boolean
value = instance.IsSchedulable
instance.IsSchedulable = value
public bool IsSchedulable { get; set; }
public:
property bool IsSchedulable {
bool get ();
void set (bool value);
}
public function get IsSchedulable () : boolean
public function set IsSchedulable (value : boolean)
Property Value
Type: System..::.Boolean
true to indicate the current instance can be used for campaign event scheduling; otherwise false.
Remarks
Returns a value to indicate whether this event type can be used for purpose of goaling or not.
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.