SnippetGroupViewModelValues Property |
Gets a collection of values for the snippet group.
Namespace: ConnectedApps.Cms.Entities.Extensions.SnippetAssembly: ConnectedApps.Cms (in ConnectedApps.Cms.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic Dictionary<string, SnippetValue> Values { get; set; }
Public Property Values As Dictionary(Of String, SnippetValue)
Get
Set
public:
property Dictionary<String^, SnippetValue^>^ Values {
Dictionary<String^, SnippetValue^>^ get ();
void set (Dictionary<String^, SnippetValue^>^ value);
}
member Values : Dictionary<string, SnippetValue> with get, set
Property Value
Type:
DictionaryString,
SnippetValue
See Also