AddressEntry.ID Property

Definition

Returns a String (string in C#) representing the unique identifier for the object. Read-only.

public:
 property System::String ^ ID { System::String ^ get(); };
public string ID { get; }
Public ReadOnly Property ID As String

Property Value

Remarks

The transport provider assigns a permanent, unique string ID property when an individual member object is created. These identifiers do not change from one session to another.

Applies to