Partilhar via


CustomerEntity.SerializedCustomer Property

Gets or sets the serialized version of the customer object.

Namespace: Microsoft.Uii.Desktop.Core
Assembly: Microsoft.Uii.Desktop.Core (in Microsoft.Uii.Desktop.Core.dll)

Usage

'Usage
Dim instance As CustomerEntity
Dim value As String

value = instance.SerializedCustomer

instance.SerializedCustomer = value

Syntax

'Declaration
<XmlAttributeAttribute("SerializedCustomerObject")> _
Public Property SerializedCustomer As String
[XmlAttributeAttribute("SerializedCustomerObject")] 
public string SerializedCustomer { get; set; }
[XmlAttributeAttribute(L"SerializedCustomerObject")] 
public:
virtual property String^ SerializedCustomer {
    String^ get () sealed;
    void set (String^ value) sealed;
}
/** @property */
/** @attribute CompilerGeneratedAttribute() */ 
public final String get_SerializedCustomer ()

/** @property */
/** @attribute CompilerGeneratedAttribute() */ 
public final void set_SerializedCustomer (String value)
CompilerGeneratedAttribute 
public final function get SerializedCustomer () : String

CompilerGeneratedAttribute 
public final function set SerializedCustomer (value : String)

Property Value

Type: String

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

See Also

Reference

CustomerEntity Class
CustomerEntity Members
Microsoft.Uii.Desktop.Core Namespace

Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.