Namespace: CuteEditor.Impl
Assembly: CuteEditor (in CuteEditor.dll) Version: 6.7.0.0

Syntax

C#
public NameValueCollection Attributes { get; }
Visual Basic
Public ReadOnly Property Attributes As NameValueCollection
	Get
Visual C++
public:
property NameValueCollection^ Attributes {
	NameValueCollection^ get ();
}

See Also