CSALDatabase ServerURL Property | CSAL Mongo Access Library |
MongoDB URL specifying MongoDB database to target. Note that you
should specify a database in URL (although it is technically
optional in the MongoDB spec)
Namespace: CSALMongoAssembly: CSALMongo (in CSALMongo.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public string ServerURL { get; set; }
public string ServerURL { get; set; }
Public Property ServerURL As String Get Set
Public Property ServerURL As String Get Set
public: property String^ ServerURL { String^ get (); void set (String^ value); }
public: property String^ ServerURL { String^ get (); void set (String^ value); }
Property Value
Type: StringSee Also