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

GetPropertyValueAsync Method

Returns the value of the specified package property.

Syntax

[VB.NET]
Public Function GetPropertyValueAsync(ByVal PropName As String, ByVal PropNamespace As String) As IAsyncOperation<string>
[C#]
public IAsyncOperation<string> GetPropertyValueAsync(string propName, string propNamespace);

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