Property<T> Classe
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Représente la propriété de configuration du serveur.
generic <typename T>
public ref class Property
public class Property<T>
type Property<'T> = class
Public Class Property(Of T)
Paramètres de type
- T
Type de la propriété.
- Héritage
-
Property<T>
Constructeurs
Property<T>(ServiceContainer, Setting) |
Initialise une nouvelle instance de la classe Property<T>. |
Propriétés
Enabled |
Obtient l’information indiquant si la propriété est activée. |
Value |
Obtient ou définit la valeur de la propriété. |
Méthodes
SetValueAndSource(Object, InputSettingSource) |
Définit la valeur et la source de la propriété. |