ISentryAreAllRequiredFieldsFilled Property |
Are all the required fields on the object filled in? (e.g. contact.name, contact.category)?
Namespace:
SuperOffice.COM.Application
Assembly:
SOCRM.Interop (in SOCRM.Interop.dll) Version: 8.0.0.0
Syntaxbool AreAllRequiredFieldsFilled { get; }
ReadOnly Property AreAllRequiredFieldsFilled As Boolean
Get
Dim instance As ISentry
Dim value As Boolean
value = instance.AreAllRequiredFieldsFilled
property bool AreAllRequiredFieldsFilled {
bool get ();
}
Property Value
Type:
Boolean
See Also