IRemoteDefaultsStore.CollectionExists(String) 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.
Determines if a collection of overrides exists.
public:
bool CollectionExists(System::String ^ collection);
public bool CollectionExists (string collection);
abstract member CollectionExists : string -> bool
Public Function CollectionExists (collection As String) As Boolean
Parameters
- collection
- String