Sdílet prostřednictvím


ICollectionKeyValueStorage.PropertyExists(String, String) Method

Definition

Determines if the collection exists.

public:
 bool PropertyExists(System::String ^ collectionPath, System::String ^ propertyName);
public bool PropertyExists (string collectionPath, string propertyName);
abstract member PropertyExists : string * string -> bool
Public Function PropertyExists (collectionPath As String, propertyName As String) As Boolean

Parameters

collectionPath
String
propertyName
String

Returns

Applies to