ResourceDataAttributes Property |
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax public virtual IDictionary<string, string> Attributes { get; set; }
Public Overridable Property Attributes As IDictionary(Of String, String)
Get
Set
public:
virtual property IDictionary<String^, String^>^ Attributes {
IDictionary<String^, String^>^ get ();
void set (IDictionary<String^, String^>^ value);
}
abstract Attributes : IDictionary<string, string> with get, set
override Attributes : IDictionary<string, string> with get, set
Property Value
Type:
IDictionaryString,
StringImplements
IResourceDataAttributesSee Also