TemplateName Property
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Gets or sets the name of DisplayTemplate to which the current instance corresponds.
Namespace: Microsoft.CommerceServer.Marketing
Assembly: Microsoft.CommerceServer.Marketing.CrossTierTypes (in Microsoft.CommerceServer.Marketing.CrossTierTypes.dll)
Syntax
'Declaration
Public ReadOnly Property TemplateName As String
'Usage
Dim instance As DisplayPropertyValue
Dim value As String
value = instance.TemplateName
public string TemplateName { get; }
public:
property String^ TemplateName {
String^ get ();
}
public function get TemplateName () : String
Property Value
Type: System..::.String
The name of the Display Template.
Remarks
Name of Display Template to which this value corresponds.
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.