IUDefFieldShowOnPage1 Property |
Is the field displayed on the front page in the GUI?
Namespace:
SuperOffice.COM.Application
Assembly:
SOCRM.Interop (in SOCRM.Interop.dll) Version: 8.0.0.0
Syntaxbool ShowOnPage1 { get; }
ReadOnly Property ShowOnPage1 As Boolean
Get
Dim instance As IUDefField
Dim value As Boolean
value = instance.ShowOnPage1
property bool ShowOnPage1 {
bool get ();
}
Property Value
Type:
Boolean
See Also