FormFix v6.0 for .NET - Updated
UserTag Property (FormModel)



Accusoft.FormFixSdk Namespace > FormModel Class : UserTag Property
Gets or sets an object that contains additional data about this object.
Syntax
'Declaration
 
Public Property UserTag As Object
'Usage
 
Dim instance As FormModel
Dim value As Object
 
instance.UserTag = value
 
value = instance.UserTag
public object UserTag {get; set;}
public:
property Object^ UserTag {
   Object^ get();
   void set (    Object^ value);
}
Remarks

You can assign any System.Object derived type to this property. This component does not use it and you can use it for any purpose you see fit. Normally, you would store a reference to a FormDirector FormDefinition object.

Valid value: A reference to any object. You can store values, such as integers and strings, in this property.

Default value: null

See Also

Reference

FormModel Class
FormModel Members
Name Property

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