DisplayProperty Constructor
Initializes a new instance of the DisplayProperty class.
Namespace: Microsoft.CommerceServer.Marketing
Assembly: Microsoft.CommerceServer.Marketing.CrossTierTypes (in Microsoft.CommerceServer.Marketing.CrossTierTypes.dll)
Syntax
'Declaration
Public Sub New ( _
name As String _
)
'Usage
Dim name As String
Dim instance As New DisplayProperty(name)
public DisplayProperty(
string name
)
public:
DisplayProperty(
String^ name
)
public function DisplayProperty(
name : String
)
Parameters
- name
Type: System..::.String
Name of the newly created DisplayProperty.
Remarks
Creates a new instance of the DisplayPropertyData class.
Objects of the DisplayProperty cannot be saved to the database separately, but only as part of the collection owned by a DisplayTemplate.
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.