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

GetPropertyValue Method

Returns the value of the specified package property.

Syntax

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

Remarks

Looks up a package property named PropName in namespace PropNamespace in the core and app properties tables and returns it's value, if found.

If the property doesn't exists, an empty string is returned.

For custom properties. use an empty string ("") as the value of the PropNamespace parameter.

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