GetPropertyValueAsync Method
Looks up a property by name and returns the value.
Syntax
[VB.NET] Public Function GetPropertyValueAsync(ByVal Name As String) As IAsyncOperation<string>
[C#] public IAsyncOperation<string> GetPropertyValueAsync(string name);