Class NetworkConnectionsDetectorExportAttribute
Attribute used to decorate Network Connection Detector implementations
Inheritance
System.Object
NetworkConnectionsDetectorExportAttribute
Namespace: Telerik.NetworkConnections
Assembly: Telerik.NetworkConnections.dll
Syntax
public class NetworkConnectionsDetectorExportAttribute : ExportAttribute, INetworkConnectionsDetectorMetadata
Constructors
NetworkConnectionsDetectorExportAttribute(String)
Creates a new instance with the specified platform
Declaration
public NetworkConnectionsDetectorExportAttribute(string OSPlatform)
Parameters
System. The platform, where the Network Connection Detector is designed to run |
Properties
OSPlatform
The platform, where the Network Connection Detector is designed to run
Declaration
public string OSPlatform { get; }
Property Value
System.
|