The GetProperty Windows Management Instrumentation (WMI) class method, in Configuration Manager, that gets an application property value.  

The following syntax is simplified from Managed Object Format (MOF) code and defines the method.

uint32 GetProperty 
{
	[IN]	UInt32 LanguageId
	[IN]	String PropertyName
	[OUT]   String PropertyValue
};

Parameters

LanguageId

Data type: UInt32Qualifiers: [id("0"), in]Language identifier.  
PropertyName

Data type: StringQualifiers: [id("1"), in]Property name.  
PropertyValue

Data type: StringQualifiers: [id("2"), out]Property value.  

Remarks

Requirements

Runtime Requirements

Development Requirements