QuickOPC User's Guide and Reference
GetDefaultMemberPath Method (ValueTarget)



OpcLabs.BaseLib Assembly > OpcLabs.BaseLib.ComponentModel.Referencing Namespace > ValueTarget Class : GetDefaultMemberPath Method
The type of the component for which the default member path should be determined.
The component for which the default member path should be determined.
Determines the default member path for a given component.
Syntax
'Declaration
 
<CanBeNullAttribute()>
Public Shared Function GetDefaultMemberPath( _
   ByVal type As Type, _
   ByVal target As Object _
) As String
'Usage
 
Dim type As Type
Dim target As Object
Dim value As String
 
value = ValueTarget.GetDefaultMemberPath(type, target)
[CanBeNull()]
public static string GetDefaultMemberPath( 
   Type type,
   object target
)
[CanBeNull()]
public:
static String^ GetDefaultMemberPath( 
   Type^ type,
   Object^ target
) 

Parameters

type
The type of the component for which the default member path should be determined.
target
The component for which the default member path should be determined.

Return Value

The default member path, or null if it could not be determined.
Requirements

Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2016, Windows Server 2022; .NET: Linux, macOS, Microsoft Windows

See Also