Opc.Ua.Core
GetFieldNames Method



Opc.Ua Namespace > Utils Class : GetFieldNames Method
Returns the public static field names for a class.
Syntax
'Declaration
 
Public Shared Function GetFieldNames( _
   ByVal systemType As Type _
) As String()
'Usage
 
Dim systemType As Type
Dim value() As String
 
value = Utils.GetFieldNames(systemType)
public static string[] GetFieldNames( 
   Type systemType
)
public:
static array<String^>^ GetFieldNames( 
   Type^ systemType
) 

Parameters

systemType
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

Utils Class
Utils Members