FieldTemplateUserControl.MetadataAttributes Property     
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the collection of metadata attributes that apply to the current column.
public:
 property System::ComponentModel::AttributeCollection ^ MetadataAttributes { System::ComponentModel::AttributeCollection ^ get(); };
	public System.ComponentModel.AttributeCollection MetadataAttributes { get; }
	[System.ComponentModel.Browsable(false)]
public System.ComponentModel.AttributeCollection MetadataAttributes { get; }
	member this.MetadataAttributes : System.ComponentModel.AttributeCollection
	[<System.ComponentModel.Browsable(false)>]
member this.MetadataAttributes : System.ComponentModel.AttributeCollection
	Public ReadOnly Property MetadataAttributes As AttributeCollection
	Property Value
The collection of metadata attributes that apply to the column.
- Attributes