JAMS Developer Guide
GetPropertyOwner Method (HDInsightSession)


MVPSI.JAMS.Activities.HDInsight Namespace > HDInsightSession Class : GetPropertyOwner Method
Returns an object that contains the property described by the specified property descriptor.
Syntax
'Declaration
 
Public Function GetPropertyOwner( _
   ByVal pd As System.ComponentModel.PropertyDescriptor _
) As System.Object
'Usage
 
Dim instance As HDInsightSession
Dim pd As System.ComponentModel.PropertyDescriptor
Dim value As System.Object
 
value = instance.GetPropertyOwner(pd)
public System.object GetPropertyOwner( 
   System.ComponentModel.PropertyDescriptor pd
)

Parameters

pd

Return Value

this PropertyOwner
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

HDInsightSession Class
HDInsightSession Members