JAMS Developer Guide
GetPropertyStream Method


MVPSI.JAMS Namespace > IInstallIntegration Interface : GetPropertyStream Method
Returns a stream that will read CSV data to define properties
Syntax
'Declaration
 
Function GetPropertyStream() As System.IO.Stream
'Usage
 
Dim instance As IInstallIntegration
Dim value As System.IO.Stream
 
value = instance.GetPropertyStream()
System.IO.Stream GetPropertyStream()
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

IInstallIntegration Interface
IInstallIntegration Members