'Declaration <CanBeNullAttribute()> Public Property CustomEventID As String
'Declaration
<CanBeNullAttribute()> Public Property CustomEventID As String
[CanBeNull()] public string CustomEventID {get; set;}
[CanBeNull()] public: property String^ CustomEventID { String^ get(); void set ( String^ value); }
For a custom event, the event ID is defined by the custom event handler.
For an on-demand event, set the event ID to a unique tag that the script can use when invoking the Response. See the Remarks under ResponseEvent.
ResponseEvent Class ResponseEvent Members