Property Keywords
Keywords
Gets the keywords of the attachment concatenated as a string.
Declaration
public string Keywords { get; }
Property Value
| Type | Description |
|---|---|
| string | The keywords of the attachment concatenated as a string. |
Remarks
Despite its plural inflection, this property is typically treated as a single keyword.
Multiple keywords can be concatenated into the string using a delimiter (for example, a comma) if desired but other APIs, like AttachmentsPopupElement, will treat the entire string as a single keyword and additional custom parsing will be required to split the string into multiple keywords.
See Also
Applies to
Platforms and versions
| Target | Versions |
|---|---|
| .NET | 300 |
| .NET Windows | 300 |
| .NET Android | 300 |
| .NET iOS | 300 |