DocumentTypeNotificationFilterXML Property |
Filtering condition for the document. Only documents which match the filter will trigger the event.
Namespace:
Aloe.EnterpriseOne.Model.General
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic string FilterXML { get; set; }
Public Property FilterXML As String
Get
Set
public:
property String^ FilterXML {
String^ get ();
void set (String^ value);
}
member FilterXML : string with get, set
Property Value
Type:
String
See Also