MsgUnsubscribeSensorsResponse..::..Failed Property
Subscriptions that failed to unsubscribe, only SubscriptionId and Error must be populated. Other fields are optional, but if any are present they must be complete.
Namespace:
nsCDEngine.Engines.ThingServiceAssembly: C-DEngine (in C-DEngine.dll)
Syntax
public List<TheThing..::..TheSensorSubscriptionStatus> Failed { get; set; }
Public Property Failed As List(Of TheThing..::..TheSensorSubscriptionStatus) Get Set
public: property List<TheThing..::..TheSensorSubscriptionStatus^>^ Failed { List<TheThing..::..TheSensorSubscriptionStatus^>^ get (); void set (List<TheThing..::..TheSensorSubscriptionStatus^>^ value); }