InviteCompletedEventArgs.InviteResponse Proprietà

Definizione

Ottiene l'oggetto PeerInvitationResponse a 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 per l'invito.

Commenti

Se non specificato, il valore predefinito per questa proprietà è null.

Si applica a

Vedi anche