Gets or sets the extended property value.
Namespace:
PerpetuumSoft.DataModel.MsSqlAssembly: PerpetuumSoft.DataModel (in PerpetuumSoft.DataModel.dll) Version: 1.0.0.0
Syntax
C# |
---|
public string Value { get; set; } |
Visual Basic (Declaration) |
---|
Public Property Value As String |
Visual C++ |
---|
public: property String^ Value { String^ get (); void set (String^ value); } |