PeerObject.PeerScope Proprietà

Definizione

Ottiene o imposta l'oggetto PeerScope in cui l'istanza di PeerObject è stata registrata.

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

Valore della proprietà

Oggetto PeerScope che specifica l'ambito in cui è stato registrato l'oggetto PeerObject.

Eccezioni

L’istanza di PeerObject è stata eliminata.

Si applica a

Vedi anche