Method GetStringArrayAttribute
GetStringArrayAttribute(string)
Gets a string list attribute called name
, as an array of strings.
Declaration
public string[] GetStringArrayAttribute(string name)
Parameters
Type | Name | Description |
---|---|---|
string | name | The name of the attribute. |
Returns
Type | Description |
---|---|
string[] | The string list values as an array. |