Partager via


RedactConnectionStringAttribute Classe

Définition

Lorsqu’il est appliqué à une propriété de chaîne de connexion sur une classe d’options, cet attribut empêche la mise en forme de la valeur de la propriété par des IOptionFormatter instances conformes.

[System.AttributeUsage(System.AttributeTargets.Property, AllowMultiple=false)]
public class RedactConnectionStringAttribute : Orleans.RedactAttribute
[<System.AttributeUsage(System.AttributeTargets.Property, AllowMultiple=false)>]
type RedactConnectionStringAttribute = class
    inherit RedactAttribute
Public Class RedactConnectionStringAttribute
Inherits RedactAttribute
Héritage
RedactConnectionStringAttribute
Attributs

Constructeurs

RedactConnectionStringAttribute()

Lorsqu’il est appliqué à une propriété de chaîne de connexion sur une classe d’options, cet attribut empêche la mise en forme de la valeur de la propriété par des IOptionFormatter instances conformes.

Méthodes

Redact(Object)

Supprime la valeur fournie.

S’applique à