Reads a value of the specified plugin property. This method throws an exception if the property does not exist.
[Visual Basic .NET] |
---|
Public Function GetProperty( _ ByVal Name As String _ ) As String |
[C#] |
---|
public string GetProperty( string Name ); |
[Managed C++] |
---|
public: String __gc ^ GetProperty( String __gc ^ Name ); |
[Java] |
---|
public String getProperty( String Name ); |
[Python - STK API ] |
---|
def GetProperty(self, Name:str) -> str: |
- Name
- The name of the property to be read.