Given a key, returns read-only flag.
[Visual Basic .NET] |
---|
Public Function GetReadOnly( _ ByVal Key As String _ ) As Boolean |
[C#] |
---|
public bool GetReadOnly( string Key ); |
[Managed C++] |
---|
public: bool GetReadOnly( String __gc ^ Key ); |
[Java] |
---|
public bool getReadOnly( String Key ); |
[Python - STK API ] |
---|
def GetReadOnly(self, Key:str) -> bool: |
- Key