SettingsStore.GetStrings(String, String) Method

Definition

Returns the values of the requested property whose data type is MultiString.

public virtual string[] GetStrings (string collectionPath, string propertyName);
abstract member GetStrings : string * string -> string[]
override this.GetStrings : string * string -> string[]
Public Overridable Function GetStrings (collectionPath As String, propertyName As String) As String()

Parameters

collectionPath
String

Path of the collection of the property.

propertyName
String

Name of the property.

Returns

String[]

Values of the property.

Exceptions

Throws this exception if the property is of different type or if it does not exist.

Remarks

This method is safe to access from any thread.

Applies to