ServiceHealthSection 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.
Overloads
ServiceHealthSection() |
Initializes an instance of the ServiceHealthSection class. |
ServiceHealthSection(String) |
Initializes an instance of the ServiceHealthSection class with the specified title. |
ServiceHealthSection()
Initializes an instance of the ServiceHealthSection class.
public:
ServiceHealthSection();
public ServiceHealthSection ();
Public Sub New ()
Applies to
ServiceHealthSection(String)
Initializes an instance of the ServiceHealthSection class with the specified title.
public:
ServiceHealthSection(System::String ^ title);
public ServiceHealthSection (string title);
new System.ServiceModel.Description.ServiceHealthSection : string -> System.ServiceModel.Description.ServiceHealthSection
Public Sub New (title As String)
Parameters
- title
- String
The title of the section.
Applies to
Συνεργαστείτε μαζί μας στο GitHub
Μπορείτε να βρείτε την πηγή για αυτό το περιεχόμενο στο GitHub, όπου μπορείτε επίσης να δημιουργήσετε και να εξετάσετε ζητήματα και αιτήματα έλξης. Για περισσότερες πληροφορίες, ανατρέξτε στον οδηγό συνεργατών.