Share via


RemoteSettings.GetPropertyNames(String) Method

Definition

Gets all the property names under a specific collection.

public:
 virtual System::Collections::Generic::IEnumerable<System::String ^> ^ GetPropertyNames(System::String ^ collectionPath);
public System.Collections.Generic.IEnumerable<string> GetPropertyNames (string collectionPath);
abstract member GetPropertyNames : string -> seq<string>
override this.GetPropertyNames : string -> seq<string>
Public Function GetPropertyNames (collectionPath As String) As IEnumerable(Of String)

Parameters

collectionPath
String

Path to the remote setting collection in the form My\Custom\Path

Returns

IEnumerable of all properties under the specified collection. Empty if no properties exist.

Implements

Applies to