Method GetStringAttribute
GetStringAttribute(string)
Gets the string attribute called name.
Declaration
public string GetStringAttribute(string name)
Parameters
| Type | Name | Description |
|---|---|---|
| string | name | The name of the attribute. |
Returns
| Type | Description |
|---|---|
| string | The string value. |