CharacterSet Property
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Gets or sets the preferred character set of the user represented by this object.
Namespace: Microsoft.CommerceServer.Marketing
Assembly: Microsoft.CommerceServer.Marketing.CrossTierTypes (in Microsoft.CommerceServer.Marketing.CrossTierTypes.dll)
Syntax
'Declaration
Public Property CharacterSet As String
'Usage
Dim instance As MailingListUser
Dim value As String
value = instance.CharacterSet
instance.CharacterSet = value
public string CharacterSet { get; set; }
public:
property String^ CharacterSet {
String^ get ();
void set (String^ value);
}
public function get CharacterSet () : String
public function set CharacterSet (value : String)
Property Value
Type: System..::.String
Describes the character set (or encoding) for this user. Default is nullNothingnullptra null reference (Nothing in Visual Basic).
Remarks
The returned string describes the character set (or encoding) for this user. For example: “koi8-r”. If this property is set to nullNothingnullptra null reference (Nothing in Visual Basic), e-mail sent to this user will use the character set specified by DefaultCharacterSet.
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.