InviteCompletedEventArgs.InviteResponse Proprietà

Definizione

Ottiene l'oggetto PeerInvitationResponse ricevuto a seguito di un'operazione di invito.

public:
 property System::Net::PeerToPeer::Collaboration::PeerInvitationResponse ^ InviteResponse { System::Net::PeerToPeer::Collaboration::PeerInvitationResponse ^ get(); };
public System.Net.PeerToPeer.Collaboration.PeerInvitationResponse InviteResponse { get; }
member this.InviteResponse : System.Net.PeerToPeer.Collaboration.PeerInvitationResponse
Public ReadOnly Property InviteResponse As PeerInvitationResponse

Valore della proprietà

Oggetto PeerInvitationResponse ricevuto a seguito dell'invito.

Commenti

A meno che venga specificato, il valore predefinito di questa proprietà è null.

Si applica a

Vedi anche