Description
Specify whether to enable Globeserver
access.
Property type
Read-write property
Syntax
| [Visual Basic .NET] |
Public Property EnableGlobeServerAccess() As Boolean
|
| [C#] |
public bool EnableGlobeServerAccess {get; set;}
|
| [Managed C++] |
public: __property bool get_EnableGlobeServerAccess();
public: __property void set_EnableGlobeServerAccess(
bool
);
|
| [Unmanaged C++] |
public: HRESULT get_EnableGlobeServerAccess(
VARIANT_BOOL * pRetVal
);
public: HRESULT put_EnableGlobeServerAccess(
VARIANT_BOOL NewEnableGlobeServerAccess
);
|
| [Java] |
public bool getEnableGlobeServerAccess();public void setEnableGlobeServerAccess(
bool
);
|
See Also