column Element
column Element
Identifies one or more columns of data that the message filtering script reads when accessing the data file specified by the parent file element.
Syntax
<lc:column name="columnName"/>
Attributes
name
Required. Specifies the name of a column. The name must be a valid Microsoft SIP Processing Language (MSPL) identifier.
Child Elements
None.
Parent Element
Remarks
See the section "Flat File Access" in the topic MSPL Script Syntax for additional description and an example. The namespace prefix "lc" in the preceding usage example is the default namespace prefix, but can be replaced with any string value that you assign to your namespace using the xmlns attribute of the applicationManifest element.
See Also
Concepts
SIP Application Manifests (Lync Server 2010 SDK)
SIP Application Manifest Example