CustomAttribute.Value Property

Definition

Gets the value of the attribute.

public:
 property System::Reflection::Metadata::BlobHandle Value { System::Reflection::Metadata::BlobHandle get(); };
public System.Reflection.Metadata.BlobHandle Value { get; }
member this.Value : System.Reflection.Metadata.BlobHandle
Public ReadOnly Property Value As BlobHandle

Property Value

Remarks

Corresponds to the Value field of the CustomAttribute table in the ECMA-335 Standard.

Applies to