Variable.ChangedStructMembers Property

<< 点击显示目录 >>

主页  PVI通信 > PVI帮助信息 > PVI Services > BR.AN.Namespace > BR.AN.PviServices > Variable Class > Variable Properties >

Variable.ChangedStructMembers Property

BR.AN.PviServices .NET


Gets the array of names of the changed members if this variable is a struct or array.

[Visual Basic]

Public ReadOnly Property ChangedStructMembers() As String

  Public Get

  End Get

End Property

[C#]

public string[] ChangedStructMembers { public get; }

Property Value

ChangedStructMembers is the array of names of the members which have changed since the last read or value changed event.

See Also

Variable Class | BR.AN.PviServices Namespace


Generated from assembly BR.AN.PviServices [8.1.0.4]