PrivacyNoticeBindingElement Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of the PrivacyNoticeBindingElement class.
Overloads
PrivacyNoticeBindingElement() |
Initializes a new instance of the PrivacyNoticeBindingElement class. |
PrivacyNoticeBindingElement(PrivacyNoticeBindingElement) |
Initializes a new instance of the PrivacyNoticeBindingElement class from an existing element. |
PrivacyNoticeBindingElement()
Initializes a new instance of the PrivacyNoticeBindingElement class.
public:
PrivacyNoticeBindingElement();
public PrivacyNoticeBindingElement ();
Public Sub New ()
Applies to
PrivacyNoticeBindingElement(PrivacyNoticeBindingElement)
Initializes a new instance of the PrivacyNoticeBindingElement class from an existing element.
public:
PrivacyNoticeBindingElement(System::ServiceModel::Channels::PrivacyNoticeBindingElement ^ elementToBeCloned);
public PrivacyNoticeBindingElement (System.ServiceModel.Channels.PrivacyNoticeBindingElement elementToBeCloned);
new System.ServiceModel.Channels.PrivacyNoticeBindingElement : System.ServiceModel.Channels.PrivacyNoticeBindingElement -> System.ServiceModel.Channels.PrivacyNoticeBindingElement
Public Sub New (elementToBeCloned As PrivacyNoticeBindingElement)
Parameters
- elementToBeCloned
- PrivacyNoticeBindingElement
The PrivacyNoticeBindingElement used to initialize the new element.