IAdministrationService.GetSettingsDataSet(IList<Guid>) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Get settings.
public:
System::String ^ GetSettingsDataSet(System::Collections::Generic::IList<Guid> ^ managedTypeProperties);
public string GetSettingsDataSet (System.Collections.Generic.IList<Guid> managedTypeProperties);
abstract member GetSettingsDataSet : System.Collections.Generic.IList<Guid> -> string
Public Function GetSettingsDataSet (managedTypeProperties As IList(Of Guid)) As String