RedactConnectionStringAttribute クラス

定義

オプション クラスの接続文字列プロパティに適用すると、この属性は、プロパティ値が準拠 IOptionFormatter インスタンスによって書式設定されないようにします。

[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
継承
RedactConnectionStringAttribute
属性

コンストラクター

RedactConnectionStringAttribute()

オプション クラスの接続文字列プロパティに適用すると、この属性は、プロパティ値が準拠 IOptionFormatter インスタンスによって書式設定されないようにします。

メソッド

Redact(Object)

指定された値を編集します。

適用対象