SqlCeReplication.DistributorNetwork Property
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.
[SECURITY CRITICAL]
Specifies the network protocol used when the SQL Server Reconciler communicates with the Distributor.
Namespace: System.Data.SqlServerCe
Assembly: System.Data.SqlServerCe (in System.Data.SqlServerCe.dll)
Syntax
'Declaration
Public Property DistributorNetwork As NetworkType
Get
Set
'Usage
Dim instance As SqlCeReplication
Dim value As NetworkType
value = instance.DistributorNetwork
instance.DistributorNetwork = value
public NetworkType DistributorNetwork { get; set; }
public:
property NetworkType DistributorNetwork {
NetworkType get ();
void set (NetworkType value);
}
member DistributorNetwork : NetworkType with get, set
function get DistributorNetwork () : NetworkType
function set DistributorNetwork (value : NetworkType)
Property Value
Type: System.Data.SqlServerCe.NetworkType
The NetworkType constant used by the SQL Server Reconciler to communicate with the Distributor.