ExecutePropertyQuery Method (property)

DTF API

Copy image CopyHover image
Deployment Tools Foundation ExecutePropertyQuery Method (property)
Deployment Tools Foundation NamespacesMicrosoft.Deployment.WindowsInstallerDatabaseExecutePropertyQuery(String)
Returns the value of the specified property.
Declaration Syntax
C# Visual Basic Visual C++ F#
public string ExecutePropertyQuery(
	string property
)
Public Function ExecutePropertyQuery ( 
	property As String
) As String
public:
String^ ExecutePropertyQuery(
	String^ property
)
member ExecutePropertyQuery : 
        property : string -> string 
Parameters
property (String)
Name of the property to retrieve.
Return Value

Assembly: Microsoft.Deployment.WindowsInstaller (Module: Microsoft.Deployment.WindowsInstaller.dll) Version: 3.0.0.0 (3.11.1.2318)