FieldOptionCaption Property | |
Gets or sets v
Namespace:
PSI.Sox
Assembly:
PSI.Sox (in PSI.Sox.dll) Version: 2.1
Syntax [DataMemberAttribute(EmitDefaultValue = false)]
public string Caption { get; set; }
public:
[DataMemberAttribute(EmitDefaultValue = false)]
property String^ Caption {
String^ get ();
void set (String^ value);
}
function get_Caption();
function set_Caption(value);
Property Value
Type:
StringSee Also