This document is archived and information here might be outdated. Recommended version. |
Schematic Dataset Lock status.
[Visual Basic .NET] Public Property CurrentLock As String
[C#] public string CurrentLock {get; set;}
[C++]
HRESULT get_CurrentLock(
BSTR LockInfo
);
[C++]
HRESULT put_CurrentLock(
System.String* LockInfo
);
[C++]
Parameters LockInfo [in]
LockInfo is a parameter of type BSTR LockInfo [out, retval]
LockInfo is a parameter of type BSTR*