ModuleClassInfoChangeLogs Property |
Gets a collection of change logs for the module.
Namespace: ConnectedApps.Cms.EntitiesAssembly: ConnectedApps.Cms (in ConnectedApps.Cms.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic Dictionary<DateTime, string> ChangeLogs { get; }
Public ReadOnly Property ChangeLogs As Dictionary(Of DateTime, String)
Get
public:
property Dictionary<DateTime, String^>^ ChangeLogs {
Dictionary<DateTime, String^>^ get ();
}
member ChangeLogs : Dictionary<DateTime, string> with get
Property Value
Type:
DictionaryDateTime,
String
See Also