get_property_string_array method

get_property_string_array

Gets string array property value.

Returns

Property value.

def get_property_string_array(self, key):
    ...
ParameterTypeDescription
keystrThe name of property.

get_property_string_array

Gets string array property value. If requested property is absent, returns provided default value.

Returns

Property value.

def get_property_string_array(self, key, def_value):
    ...
ParameterTypeDescription
keystrThe name of property.
def_valuelistDefault value of property.

See Also