ApplicationManagerBeTableMapping Property |
Namespace:
Unvired.Kernel.UWP.Core
Assembly:
Unvired.Kernel.UWP (in Unvired.Kernel.UWP.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic Dictionary<string, Type> BeTableMapping { get; set; }Public Property BeTableMapping As Dictionary(Of String, Type)
Get
Set
public:
property Dictionary<String^, Type^>^ BeTableMapping {
Dictionary<String^, Type^>^ get ();
void set (Dictionary<String^, Type^>^ value);
}member BeTableMapping : Dictionary<string, Type> with get, set
Property Value
Type:
DictionaryString,
Type
See Also