Creates new instance of the ExtendedProperty class.
Namespace:
PerpetuumSoft.DataModel.MsSqlAssembly: PerpetuumSoft.DataModel (in PerpetuumSoft.DataModel.dll) Version: 1.0.0.0
Syntax
C# |
---|
public ExtendedProperty( string name, string value ) |
Visual Basic (Declaration) |
---|
Public Sub New ( _ name As String, _ value As String _ ) |
Visual C++ |
---|
public: ExtendedProperty( String^ name, String^ value ) |
Parameters
- name
- Type: System..::.String
- value
- Type: System..::.String