SPFieldMultiChoice.NodeChoices property
Gets or sets the XML that defines the choices.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Protected Property NodeChoices As XmlNode
Get
Set
'Usage
Dim value As XmlNode
value = Me.NodeChoices
Me.NodeChoices = value
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.