AllenBradleyServerCreateTagWithWrite 属性 |
获取或设置当调用写入方法的时候,如果标签不存在,是否创建新的标签信息
Gets or sets whether to create a new tag information if the tag does not exist when the write method is called
命名空间:
HslCommunication.Profinet.AllenBradley
程序集:
HslCommunication (在 HslCommunication.dll 中) 版本:12.1.2.0 (12.1.2.0)
语法 public bool CreateTagWithWrite { get; set; }
Public Property CreateTagWithWrite As Boolean
Get
Set
public:
property bool CreateTagWithWrite {
bool get ();
void set (bool value);
}
member CreateTagWithWrite : bool with get, set
属性值
类型:
Boolean参见