This property contains the string value of the custom form property accessible by its name.
object.FormProperty(aName)
Part | Attribute | Type | Description |
---|---|---|---|
object |
Required | The object always implements the
ISProfileForm interface |
|
aName |
In, Required | string |
The name of the custom form property |
string
Show the information message and disable the street address controls in General View in Patient Center.
Profile.MsgBox("Editin of Street Address is disabled for this practice")
Form.FormProperty("StreetAddress") = "DISABLED"