DefaultPresentationFile Property
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Gets the Default presentation file.
Namespace: Microsoft.CommerceServer.Orders
Assembly: Microsoft.CommerceServer.Orders.CrossTierTypes (in Microsoft.CommerceServer.Orders.CrossTierTypes.dll)
Syntax
'Declaration
Public ReadOnly Property DefaultPresentationFile As String
'Usage
Dim instance As OrderSiteAgent
Dim value As String
value = instance.DefaultPresentationFile
public string DefaultPresentationFile { get; }
public:
property String^ DefaultPresentationFile {
String^ get ();
}
public function get DefaultPresentationFile () : String
Property Value
Type: System..::.String
The Default presentation file.
Remarks
Returns the Default presentation file.
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.