PeerObject.PeerScope Propiedad

Definición

Obtiene o establece el objeto PeerScope en el que se ha registrado la instancia de PeerObject.

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

Valor de propiedad

PeerScope que especifica el ámbito en el que se ha registrado PeerObject.

Excepciones

Se eliminó la instancia de PeerObject.

Se aplica a

Consulte también