Gets or sets the Uniform Resource Identifier (URI) of the desired
BargeEx environment.
Namespace:
BargeExAssembly: BargeEx (in BargeEx.dll)
Version: 3.0.400.140 (3.0.400.140)
Syntax
C# |
---|
public string Uri { get; set; } |
Visual Basic (Declaration) |
---|
Public Property Uri As String |
Visual C++ |
---|
public: property String^ Uri { String^ get (); void set (String^ value); } |
Property Value
The Uniform Resource Identifier (URI) of the desired BargeEx environment.Remarks
In order to connect to a BargeEx environment, this property is
required and cannot be a null reference (Nothing in Visual
Basic) or empty.