sidType (ChannelPublishingType) Element
Determines whether to include a security identifier (SID) of the principal with each event written to the channel.
<xs:element name="sidType">
<xs:simpleType>
<xs:restriction
base="string"
>
<xs:enumeration
value="None"
/>
<xs:enumeration
value="Publishing"
/>
</xs:restriction>
</xs:simpleType>
</xs:element>
The sidType element is defined by the ChannelPublishingType complex type.
Requirements
Requirement | Value |
---|---|
Minimum supported client |
Windows Vista [desktop apps only] |
Minimum supported server |
Windows Server 2008 [desktop apps only] |
See also
-
Parent element