ValueTypeFieldReference<TOperand,TResult>.FieldName 属性
定义
获取或设置字段的名称。Gets or sets the name of the field.
public:
property System::String ^ FieldName { System::String ^ get(); void set(System::String ^ value); };
public string FieldName { get; set; }
member this.FieldName : string with get, set
Public Property FieldName As String
属性值
字段的名称。The name of the field.