Description
This property is deprecated.
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 * pVal
);
public: HRESULT put_EnableGlobeServerAccess(
VARIANT_BOOL EnableGlobeServerAccess
);
|
| [Java] |
|---|
public bool getEnableGlobeServerAccess();
public void setEnableGlobeServerAccess(
bool
);
|
See Also