SqlCeReplication::PublisherNetwork Property
Visual Studio 2010
This type has a SecurityCriticalAttribute attribute, which restricts it to internal use by the .NET Framework for Silverlight class library. Application code that uses any member of this type throws a MethodAccessException.
Assembly: System.Data.SqlServerCe (in System.Data.SqlServerCe.dll)
The NetworkType constant that specifies the network protocol used.
[SECURITY CRITICAL]
Namespace:
System.Data.SqlServerCeSpecifies the network protocol used when the SQL Server Replication Provider communicates with the Publisher.
Assembly: System.Data.SqlServerCe (in System.Data.SqlServerCe.dll)
public: property NetworkType PublisherNetwork { NetworkType get (); void set (NetworkType value); }
Property Value
Type: System.Data.SqlServerCe::NetworkTypeThe NetworkType constant that specifies the network protocol used.
Show: