Variable.StructMemberName Property

<< 点击显示目录 >>

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

Variable.StructMemberName Property

BR.AN.PviServices .NET


Gets the name of the structure element if this variable is part of a complex data type. The name starts at the first nesting level. If you call this method for the root item you will get an empty string!

[Visual Basic]

Public Overridable ReadOnly Property StructMemberName() As String

  Public Get

  End Get

End Property

[C#]

public virtual string StructMemberName { public get; }

Property Value

StructMemberName

See Also

Variable Class | BR.AN.PviServices Namespace


Generated from assembly BR.AN.PviServices [8.1.0.4]