SPFieldMultiChoice.NodeChoices Property
Gets or sets the XML that defines the choices.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
<SubsetCallableExcludeMemberAttribute(SubsetCallableExcludeMemberType.UnsupportedExternalType)> _
Protected Property NodeChoices As XmlNode
Get
Set
'Usage
Dim value As XmlNode
value = Me.NodeChoices
Me.NodeChoices = value
[SubsetCallableExcludeMemberAttribute(SubsetCallableExcludeMemberType.UnsupportedExternalType)]
protected XmlNode NodeChoices { get; set; }
Property Value
Type: System.Xml.XmlNode
A System.Xml.XmlNode object that specifies the XML that defines the choices.
Remarks
The UpdateInternal method overwrites this value, so if you override the set accessor for this property, you must also override the UpdateInternal method.