Property IsForAllSets
IsForAllSets
Gets a value indicating whether the event needs to go to any subscription set.
public bool IsForAllSets { get; }
Property Value
- bool
true
if the event needs to go to any subscription set; otherwise,false
.
Gets a value indicating whether the event needs to go to any subscription set.
public bool IsForAllSets { get; }
true
if the event needs to go to any subscription set; otherwise, false
.