public method ISystemSettingsProvider.getPropertyByName

Overview

Gets the property of the system by name

Declaration

function getPropertyByName(name)
public String getPropertyByName(String name);
public string getPropertyByName(string name);

Parameters

Name Description
name A string that represents the name of the property

Returns

The method returns a string that represents the property of the system by name

Details

Declared in ISystemSettingsProvider