IP*Works! SSH V9 - Online Help
IP*Works! SSH V9
Questions / Feedback?

GetPropertyValueAsync Method

Looks up a property by name and returns the value.

Syntax

[VB.NET]
Public Function GetPropertyValueAsync(ByVal Name As String) As Task<string>
[C#]
public Task<string> GetPropertyValueAsync(string name);

Remarks

This method is the asynchronous version of the GetPropertyValue method and is used to support asynchronous operations in WinRT. Please refer to GetPropertyValue for more information.

 
 
Copyright (c) 2017 /n software inc. - All rights reserved.
Build 9.0.6240.0