Description
The server on which the list of available Web
images reside. The AGI Globeserver, globeserver.agi.com, is the
default Globeserver.
Property type
Read-write property
Syntax
[Visual Basic .NET] |
Public Property Name() As String
|
[C#] |
public string Name {get; set;}
|
[Managed C++] |
public: __property String __gc ^ get_Name();
public: __property void set_Name(
String __gc ^
);
|
[Unmanaged C++] |
public: HRESULT get_Name(
BSTR * pRetVal
);
public: HRESULT put_Name(
BSTR NewName
);
|
[Java] |
public String getName();public void setName(
String
);
|
See Also