Namespace: Cartella.Fields
Assembly: CartellaData (in CartellaData.dll) Version: 4.1.0.171 (4.1.0.171)
Assembly: CartellaData (in CartellaData.dll) Version: 4.1.0.171 (4.1.0.171)
Syntax
| C# |
|---|
public string FieldKey { get; private set; } |
| Visual Basic |
|---|
Public Property FieldKey As String Get Private Set |
| Visual C++ |
|---|
public: virtual property String^ FieldKey { String^ get () sealed; private: void set (String^ value) sealed; } |