GetPropertyAsync Method
Get the value for a particular property.
Syntax
[VB.NET] Public Function GetPropertyAsync(ByVal PropertyName As String) As IAsyncOperation<string>
[C#] public IAsyncOperation<string> GetPropertyAsync(string propertyName);
IP*Works! V9 - Online Help
|
|||
|
Available for:
Questions / Feedback?
GetPropertyAsync MethodGet the value for a particular property. Syntax[VB.NET] Public Function GetPropertyAsync(ByVal PropertyName As String) As IAsyncOperation<string> [C#] public IAsyncOperation<string> GetPropertyAsync(string propertyName); RemarksThis method is the asynchronous version of the GetProperty method and is used to support asynchronous operations in WinRT. Please refer to GetProperty for more information. |
||