Prefix Property
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Namespace: Microsoft.CommerceServer.Runtime
Assembly: Microsoft.CommerceServer.Interop (in Microsoft.CommerceServer.Interop.dll)
Syntax
'Declaration
Property Prefix As String
'Usage
Dim instance As IDictionary
Dim value As String
value = instance.Prefix
instance.Prefix = value
string Prefix { get; set; }
property String^ Prefix {
String^ get ();
void set (String^ value);
}
function get Prefix () : String
function set Prefix (value : String)
Property Value
Type: System..::.String
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.