RegisteredExpandoAttribute.Encode Property

Definition

Gets a value that indicates whether the custom (expando) attribute is encoded.

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

Property Value

true if the custom attribute is encoded; otherwise, false.

Applies to