The string value of the field
Namespace: Cartella.FieldsAssembly: CartellaData (in CartellaData.dll) Version: 4.1.0.171 (4.1.0.171)
Syntax
C# |
---|
public string ValueStr { get; set; } |
Visual Basic |
---|
Public Property ValueStr As String Get Set |
Visual C++ |
---|
public: virtual property String^ ValueStr { String^ get () sealed; void set (String^ value) sealed; } |