ServiceSettingsResponseInfo 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 ServiceSettingsResponseInfo class.
Overloads
ServiceSettingsResponseInfo() |
Initializes a new default instance of the ServiceSettingsResponseInfo class. |
ServiceSettingsResponseInfo(Boolean) |
Initializes a new instance of the ServiceSettingsResponseInfo class with the supplied referral policy value. |
ServiceSettingsResponseInfo()
Initializes a new default instance of the ServiceSettingsResponseInfo class.
public:
ServiceSettingsResponseInfo();
public ServiceSettingsResponseInfo ();
Public Sub New ()
Remarks
The default value of control
is set to true.
Applies to
ServiceSettingsResponseInfo(Boolean)
Initializes a new instance of the ServiceSettingsResponseInfo class with the supplied referral policy value.
public:
ServiceSettingsResponseInfo(bool control);
public ServiceSettingsResponseInfo (bool control);
new System.ServiceModel.PeerResolvers.ServiceSettingsResponseInfo : bool -> System.ServiceModel.PeerResolvers.ServiceSettingsResponseInfo
Public Sub New (control As Boolean)