IInfoPathViewControl.DataType Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the data type of a control in the view.
public:
property System::String ^ DataType { System::String ^ get(); };
public string DataType { get; }
member this.DataType : string
Public ReadOnly Property DataType As String
Property Value
The data type of the control.
Remarks
For a list of controls that are enumerated in the view, if present, see the GetControls(IEnumUnknown) method of the IInfoPathDataImporterFields interface.
For more information about programmatically importing data into an InfoPath form, see the InfoPath Developer PortalMicrosoft Office Developer Center.