|
ResultResults Property |
Results Object
Namespace: DrawerBackup.Native.Data.EntitiesAssembly: DrawerBackup.Native.Data.Entities (in DrawerBackup.Native.Data.Entities.dll) Version: 0.0.1.1 (0.0.1.1)
Syntaxpublic virtual IDictionary<string, string> Results { get; set; }
Public Overridable Property Results As IDictionary(Of String, String)
Get
Set
public:
virtual property IDictionary<String^, String^>^ Results {
IDictionary<String^, String^>^ get ();
void set (IDictionary<String^, String^>^ value);
}
abstract Results : IDictionary<string, string> with get, set
override Results : IDictionary<string, string> with get, set
Property Value
Type:
IDictionaryString,
String
See Also