Register Remote tag name on RemoteTags service

Namespace: T.Modules.ClientStation
Assembly: T.Modules (in T.Modules.dll)

Public Function RegisterRemoteTag( _ 
ByVal remoteTagName As String, _ 
ByVal tagName As String, _ 
Optional ByVal readOnly As Boolean = false, _ 
Optional ByVal onlyValueProperty As Boolean = false _ 
) As Boolean
This language is not supported or no code example is available.
public bool RegisterRemoteTag( 
string remoteTagName
string tagName
bool readOnly = false, 
bool onlyValueProperty = false 
)
This language is not supported or no code example is available.

Parameters

remoteTagName
Type: string

Remote Tag name

tagName
Type: string

Tag name

readOnly
Type: bool

Optional flag indicating whether asset is read-only

onlyValueProperty
Type: bool

Optional flag indicating whether only value property is used (not Min, max, EngUnits and Description)

Return Value

Type: bool

Flag indicating success or fail

.NET Framework

Supported in: 4.6.2, 4.7