InviteCompletedEventArgs.InviteResponse Свойство

Определение

Возвращает ответ PeerInvitationResponse на операцию приглашения.

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

Значение свойства

Объект PeerInvitationResponse ответа на приглашение.

Комментарии

Если значение свойства не задано, то его значение по умолчанию — null.

Применяется к

См. также раздел