AVEVA OMI Software Developer Kit



BindCustomProperties Method
Syntax
'Declaration
 
Sub BindCustomProperties( _
   ByVal cpName As String, _
   ByVal cpId As Guid, _
   ByVal expression As Object, _
   ByVal bindingDirectionMode As Object _
) 
'Usage
 
Dim instance As IInitialRuntimeProperties
Dim cpName As String
Dim cpId As Guid
Dim expression As Object
Dim bindingDirectionMode As Object
 
instance.BindCustomProperties(cpName, cpId, expression, bindingDirectionMode)
void BindCustomProperties( 
   string cpName,
   Guid cpId,
   object expression,
   object bindingDirectionMode
)
void BindCustomProperties( 
   String^ cpName,
   Guid cpId,
   Object^ expression,
   Object^ bindingDirectionMode
) 

Parameters

cpName
cpId
expression
bindingDirectionMode
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