InviteCompletedEventArgs.InviteResponse Propriedade
Definição
Obtém o PeerInvitationResponse para uma operação de convite.Gets the PeerInvitationResponse to an invitation operation.
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
Valor da propriedade
O PeerInvitationResponse para o convite.The PeerInvitationResponse to the invitation.
Comentários
A menos que especificado, o valor padrão para essa propriedade é null .Unless specified, the default value for this property is null.