This document is archived and information here might be outdated. Recommended version. |
Indicates if the layer is not associated with a data source.
[Visual Basic .NET]
Public Property IsDisconnected As Boolean
[C#]
public bool IsDisconnected {get; set;}
[C++]
HRESULT get_IsDisconnected(
Boolean* pbDisconnected
);
[C++]
HRESULT put_IsDisconnected(
VARIANT_BOOL pbDisconnected
);
[C++] Parameters pbDisconnected [out, retval]
pbDisconnected is a parameter of type bool* pbDisconnected [in]
pbDisconnected is a parameter of type bool