string[] GetPropertyNamesByPrefix(
string prefix
)
Function GetPropertyNamesByPrefix (
prefix As String
) As String()
array<String^>^ GetPropertyNamesByPrefix(
String^ prefix
)
abstract GetPropertyNamesByPrefix :
prefix : string -> string[]