Public Function GetProperty( _ ByVal path As String _ ) As System.Object
public System.Object GetProperty( string path );
public: VARIANT GetProperty( String __gc ^ path );
public: HRESULT GetProperty( BSTR path, VARIANT * pVal );
public AgVariant getProperty( String path );
def GetProperty(self, path:str) -> typing.Any:
IAgVePluginSettings Interface