Share via


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

See Also

Reference

IDictionary Interface

IDictionary Members

Microsoft.CommerceServer.Runtime Namespace