<< 点击显示目录 >> 主页 PVI通信 > PVI帮助信息 > PVI Services > BR.AN.Namespace > BR.AN.PviServices > Variable Class > Variable Properties > Variable.Access Property |
Gets or sets the access type of this variable object. Object attributes control the approach when acquiring and handling process data of variable objects. Use OR to combine the different access types.
[Visual Basic]
Public Property Access() As Access
Public Get
End Get
Public Set
End Set
End Property
[C#]
public Access Access { public get; public set; }
Access
If the property "Polling" is set to "false" Access.EVENT will be add to "Access" else the flag will be removed. If the property "ReadOnly" is set to true Access.Write will be removed from property "Access" else will be add.
Variable Class | BR.AN.PviServices Namespace
Generated from assembly BR.AN.PviServices [8.1.0.4]