HslStructAttributeLength 属性 |
长度信息,如果是普通类型,则表示数组,如果是字符串,则表示字符串占用的最大字节长度
命名空间:
HslCommunication.Reflection
程序集:
HslCommunication (在 HslCommunication.dll 中) 版本:12.1.2.0 (12.1.2.0)
语法 public int Length { get; set; }
Public Property Length As Integer
Get
Set
public:
property int Length {
int get ();
void set (int value);
}
member Length : int with get, set
属性值
类型:
Int32参见