This document is archived and information here might be outdated. Recommended version. |
Indicates if the globe document is read only.
[Visual Basic .NET] Public Function get_IsReadOnly ( _ ByVal bsDocument As String _ ) As Boolean
[C#] public bool get_IsReadOnly ( string bsDocument );
[C++]
HRESULT get_IsReadOnly(
BSTR bsDocument,
Boolean* pbIsReadOnly
);
[C++]
Parameters bsDocument [in]
bsDocument is a parameter of type BSTR pbIsReadOnly [out, retval]
pbIsReadOnly is a parameter of type bool*