StreamLink.NET
Code Property
StreamLink.NETCaplin.StreamLink.SubscriptionISubscriptionErrorEventCode
Gets a specific status code relating to the ISubscriptionErrorEvent
Declaration Syntax
C#Visual BasicVisual C++
int Code { get; }
ReadOnly Property Code As Integer
property int Code {
	int get ();
}
Value
The custom error code.
Remarks
The auth module contained with the Liberator can specify custom ReadDenied or WriteDenied codes. This property permits the user of StreamLink to gain access to the custom code. This code will have values in the range 0 to 9, if no custom code has been specified, then the property will return 0.

Assembly: Caplin.StreamLink (Module: Caplin.StreamLink) Version: 5.0.19.0 (5.0.19.0)