NetPeerTcpBinding.IsPnrpAvailable Propriedade
Definição
Obtém um valor que indica se o serviço PNRP é instalado e se está disponível no computador.Gets a value that indicates whether the PNRP service is installed and available on the computer.
public:
static property bool IsPnrpAvailable { bool get(); };
public static bool IsPnrpAvailable { get; }
member this.IsPnrpAvailable : bool
Public Shared ReadOnly Property IsPnrpAvailable As Boolean
Valor da propriedade
true Se o PNRP estiver instalado e configurado; caso contrário, false .true if PNRP is installed and configured; otherwise, false.