public method ISystemSettingsProvider.getPropertyByName

Brief

Gets the property of the system by name

Declaration

protojavascriptjavacsharp
public getPropertyByName(name : string) : string

Parameters
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

back