Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- 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.