[Missing <summary> documentation for "P:Scanjour.Workflow4.Common.Exchange.ExchangeMailService.EndPoint"]
public string EndPoint { get; set; }
Public Property EndPoint As String
Get
Set
public:
property String^ EndPoint {
String^ get ();
void set (String^ value);
}
member EndPoint : string with get, set