 | PersonCn Property |
Gets or sets the common name of the person.
Namespace: Limilabs.Mail.AppointmentsAssembly: Mail (in Mail.dll) Version: 3.0.26106.1555
Syntaxpublic string Cn { get; set; }Public Property Cn As String
Get
Set
public:
property String^ Cn {
String^ get ();
void set (String^ value);
}member Cn : string with get, set
Property Value
String
See Also