_ContactItem.CustomerID Property

Definition

Returns or sets a String (string in C#) representing the customer ID for the contact. Read/write.

public:
 property System::String ^ CustomerID { System::String ^ get(); void set(System::String ^ value); };
public string CustomerID { get; set; }
Public Property CustomerID As String

Property Value

Applies to