FormFix v6.0 for .NET - Updated
Content Property (DataItem)



Accusoft.FormDirectorSdk Namespace > DataItem Class : Content Property
The content of the data item.
Syntax
'Declaration
 
Public Property Content As String
'Usage
 
Dim instance As DataItem
Dim value As String
 
instance.Content = value
 
value = instance.Content
public string Content {get; set;}
public:
property String^ Content {
   String^ get();
   void set (    String^ value);
}
Remarks

This property holds the content of the data item. Generally, DataItem objects hold parameters or attributes of form sets, forms, and fields. DataItem objects may contain data that an Accusoft component consumes or produces, or they may contain data that you consume or produce.

Valid values: Any non-null string. Unicode characters are supported. The string should meet any additional formatting criteria defined by the Type.

Default value: ""

See Also

Reference

DataItem Class
DataItem Members

Is this page helpful?
Yes No
Thanks for your feedback.