DashboardCommandAttributes Property |
Simple access to the command element attributes that will be used when generating the xml.
Namespace:
MFiles.VAF.Configuration.Domain.Dashboards
Assembly:
MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 21.8.10524.1
Syntaxpublic Dictionary<string, string> Attributes { get; }
Public ReadOnly Property Attributes As Dictionary(Of String, String)
Get
public:
property Dictionary<String^, String^>^ Attributes {
Dictionary<String^, String^>^ get ();
}
Property Value
Type:
DictionaryString,
String
See Also