DataStructureGetGidFields Method |
Get GID fields of this DataStructure instance
Namespace:
Unvired.Kernel.UWP.Model
Assembly:
Unvired.Kernel.UWP (in Unvired.Kernel.UWP.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic Dictionary<string, string> GetGidFields()
Public Function GetGidFields As Dictionary(Of String, String)
public:
Dictionary<String^, String^>^ GetGidFields()
member GetGidFields : unit -> Dictionary<string, string>
Return Value
Type:
DictionaryString,
String
See Also