Partager via


PropertyInformation.IsKey Propriété

Définition

Obtient une valeur spécifiant si l'attribut de configuration est une clé.

public:
 property bool IsKey { bool get(); };
public bool IsKey { get; }
member this.IsKey : bool
Public ReadOnly Property IsKey As Boolean

Valeur de propriété

true si l'attribut de configuration est une clé ; sinon, false.

Exemples

L’exemple de code suivant montre comment utiliser la IsKey propriété . Cet exemple de code fait partie d’un exemple plus grand fourni pour la PropertyInformation classe .

// Display the IsKey property.
Console.WriteLine("IsKey: {0}", propertyItem.IsKey);
' Display the IsKey property.
Console.WriteLine("IsKey: {0}", propertyItem.IsKey)

S’applique à