Partilhar via


CustomerEntity.CustomerId Property

Gets or sets the customer ID.

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.CustomerId

instance.CustomerId = value

Syntax

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

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

CompilerGeneratedAttribute 
public final function set CustomerId (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.