ReferralCallback.NotifyNewConnection Property

Definition

The NotifyNewConnection property contains a NotifyOfNewConnectionCallback object.

public:
 property System::DirectoryServices::Protocols::NotifyOfNewConnectionCallback ^ NotifyNewConnection { System::DirectoryServices::Protocols::NotifyOfNewConnectionCallback ^ get(); void set(System::DirectoryServices::Protocols::NotifyOfNewConnectionCallback ^ value); };
public System.DirectoryServices.Protocols.NotifyOfNewConnectionCallback NotifyNewConnection { get; set; }
member this.NotifyNewConnection : System.DirectoryServices.Protocols.NotifyOfNewConnectionCallback with get, set
Public Property NotifyNewConnection As NotifyOfNewConnectionCallback

Property Value

A NotifyOfNewConnectionCallback object.

Applies to