AVEVA OMI Software Developer Kit



SetOwningObject Method (IInitialRuntimeProperties)
Syntax
'Declaration
 
Sub SetOwningObject( _
   ByVal newOwningObjectValue As String, _
   ByVal unSubscribeData As Boolean _
) 
'Usage
 
Dim instance As IInitialRuntimeProperties
Dim newOwningObjectValue As String
Dim unSubscribeData As Boolean
 
instance.SetOwningObject(newOwningObjectValue, unSubscribeData)
void SetOwningObject( 
   string newOwningObjectValue,
   bool unSubscribeData
)
void SetOwningObject( 
   String^ newOwningObjectValue,
   bool unSubscribeData
) 

Parameters

newOwningObjectValue
unSubscribeData
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