Partager via


Propriété SqlCeReplication.Subscriber

Ce type a un attribut SecurityCriticalAttribute qui le limite à une utilisation interne par la bibliothèque de classes du .NET Framework pour Silverlight. Le code d'application qui utilise un membre de ce type lève un MethodAccessException.

[INFORMATIONS CRITIQUES DE SÉCURITÉ]

Spécifie le nom de l'abonné.

Espace de noms :  System.Data.SqlServerCe
Assembly :  System.Data.SqlServerCe (en System.Data.SqlServerCe.dll)

Syntaxe

'Déclaration
Public Property Subscriber As String
    Get
    Set
'Utilisation
Dim instance As SqlCeReplication
Dim value As String

value = instance.Subscriber

instance.Subscriber = value
public string Subscriber { get; set; }
public:
property String^ Subscriber {
    String^ get ();
    void set (String^ value);
}
member Subscriber : string with get, set
function get Subscriber () : String
function set Subscriber (value : String)

Valeur de propriété

Type : System.String
Nom de l'abonné.

Voir aussi

Référence

SqlCeReplication Classe

Espace de noms System.Data.SqlServerCe