ExtendedPropertyDefinition.Tag Property

Definition

Gets the tag for the extended property.

public:
 property Nullable<int> Tag { Nullable<int> get(); };
public Nullable<int> Tag { get; }
Public ReadOnly Property Tag As Nullable(Of Integer)

Property Value

A nullable value that contains the tag of the extended property.

Applies to