Variable.ReadOnly Property

<< 点击显示目录 >>

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

Variable.ReadOnly Property

BR.AN.PviServices .NET


Gets or sets wheter the varible is readonly or not. Instead of using this member you can also set the member Access to Access.Read. Allows read access to the process data of a variable object. If this attribute is not specified, a read access to the variable data is rejected with Error 12035. In addition, PVI Manager doesn't carry out any cyclic read requests.

[Visual Basic]

Public Property ReadOnly() As Boolean

  Public Get

  End Get

  Public Set

  End Set

End Property

[C#]

public bool ReadOnly { public get; public set; }

Property Value

ReadOnly

See Also

Variable Class | BR.AN.PviServices Namespace


Generated from assembly BR.AN.PviServices [8.1.0.4]