SyncEngineGetMobileAppSettings Method |
Namespace:
Unvired.Kernel.Sync
Assembly:
Unvired.Kernel.UWP (in Unvired.Kernel.UWP.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic List<MobileAppSettings> GetMobileAppSettings()
Public Function GetMobileAppSettings As List(Of MobileAppSettings)
public:
List<MobileAppSettings^>^ GetMobileAppSettings()
member GetMobileAppSettings : unit -> List<MobileAppSettings>
Return Value
Type:
ListMobileAppSettings
See Also