st:custom
This content is no longer actively maintained. It is provided as is, for anyone who may still be using these technologies, with no warranties or claims of accuracy with regard to the most recent product version or service release.
Holds a custom activity string.
Syntax
<st:custom LCID="…" updated="...">…</st:custom>
Attributes
Attribute |
Data Type |
Description |
---|---|---|
LCID |
int |
An integer representing the location ID. Optional. |
updated |
DateTime |
Time when the string last updated. Optional. |
Parent Element
Element |
Description |
---|---|
User activity string. |
Child Elements
None
Remarks
The custom element is used only when token attribute is not specified in the parent st:activity element.
Examples
XML Example of the custom Element
<state xsi:type="aggregateState"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="http://schemas.microsoft.com/2006/09/sip/state">
<availability>3500</availability>
<activity>
<custom LCID="1033" xmlns="http://schemas.microsoft.com/2006/09/sip/state">Working from Arlington</custom>
</activity>
</state>