ValueConversionAttribute.TypeId Property

Definition

Gets the unique identifier of this ValueConversionAttribute instance.

public:
 virtual property System::Object ^ TypeId { System::Object ^ get(); };
public override object TypeId { get; }
member this.TypeId : obj
Public Overrides ReadOnly Property TypeId As Object

Property Value

The unique identifier of this ValueConversionAttribute instance.

Applies to

See also