Source Property
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Gets or sets the source for the value to substitute in at run time.
Namespace: Microsoft.CommerceServer.Marketing
Assembly: Microsoft.CommerceServer.Marketing.CrossTierTypes (in Microsoft.CommerceServer.Marketing.CrossTierTypes.dll)
Syntax
'Declaration
Public Property Source As TemplatePropertySource
'Usage
Dim instance As DisplayProperty
Dim value As TemplatePropertySource
value = instance.Source
instance.Source = value
public TemplatePropertySource Source { get; set; }
public:
property TemplatePropertySource Source {
TemplatePropertySource get ();
void set (TemplatePropertySource value);
}
public function get Source () : TemplatePropertySource
public function set Source (value : TemplatePropertySource)
Property Value
Type: Microsoft.CommerceServer.Marketing..::.TemplatePropertySource
The Source for the value to substitute in at run time.
Remarks
Source for the value to substitute in at run time. If a value is not found from the specified source, the default value is used. The enumeration value is:
Auto - Default - Automatically try ContentItem, IntrinsicValue, ContextProfile, in this order.
ContentItem - Value comes from Content Item.
ContextProfile - Value comes from Context profile.
IntrinsicValue - Value is intrinsic.
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.