PeerObject.PeerScope Propriété

Définition

Obtient ou définit la PeerScope dans laquelle l'instance de PeerObject est inscrite.

public:
 property System::Net::PeerToPeer::Collaboration::PeerScope PeerScope { System::Net::PeerToPeer::Collaboration::PeerScope get(); void set(System::Net::PeerToPeer::Collaboration::PeerScope value); };
public System.Net.PeerToPeer.Collaboration.PeerScope PeerScope { get; set; }
member this.PeerScope : System.Net.PeerToPeer.Collaboration.PeerScope with get, set
Public Property PeerScope As PeerScope

Valeur de propriété

PeerScope qui spécifie la portée dans laquelle le PeerObject est enregistré.

Exceptions

L’instance PeerObject a été supprimée.

S’applique à

Voir aussi