Variable.StructName Property

<< 点击显示目录 >>

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

Variable.StructName Property

BR.AN.PviServices .NET


Gets the name of the structure if the variable is of type struct.

[Visual Basic]

Public ReadOnly Property StructName() As String

  Public Get

  End Get

End Property

[C#]

public string StructName { public get; }

Property Value

StructName is the name of the structure on the PLC if it is a structure else it returns null.

See Also

Variable Class | BR.AN.PviServices Namespace


Generated from assembly BR.AN.PviServices [8.1.0.4]