Share via


Encoding Property

For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.

Gets or sets the kind of encoding to use for this DisplayProperty object.

Namespace:  Microsoft.CommerceServer.Marketing
Assembly:  Microsoft.CommerceServer.Marketing.CrossTierTypes (in Microsoft.CommerceServer.Marketing.CrossTierTypes.dll)

Syntax

'Declaration
Public Property Encoding As UrlEncodingType
'Usage
Dim instance As DisplayProperty
Dim value As UrlEncodingType

value = instance.Encoding

instance.Encoding = value
public UrlEncodingType Encoding { get; set; }
public:
property UrlEncodingType Encoding {
    UrlEncodingType get ();
    void set (UrlEncodingType value);
}
public function get Encoding () : UrlEncodingType
public function set Encoding (value : UrlEncodingType)

Property Value

Type: Microsoft.CommerceServer.Marketing..::.UrlEncodingType
The encoding of the DisplayProperty.

Remarks

The UrlEncodingType enumeration value specifies the encoding of a DisplayProperty and shall be:

  • NoEncoding - Do not encode the DisplayProperty.

  • Full - Fully encode the DisplayProperty.

  • SpacesAndPluses - Encode spaces and pluses of the DisplayProperty.

Permissions

See Also

Reference

DisplayProperty Class

DisplayProperty Members

Microsoft.CommerceServer.Marketing Namespace