Exemplo n.º 1
0
 /// <summary>
 /// Sets the Endpoint property
 /// </summary>
 /// <param name="endpoint">The value to set for the Endpoint property </param>
 /// <returns>this instance</returns>
 public DBInstance WithEndpoint(Endpoint endpoint)
 {
     this.endpoint = endpoint;
     return this;
 }