Gets or sets String which is the binary content of assembly represented as a string.
Namespace:
PerpetuumSoft.DataModel.MsSqlAssembly: PerpetuumSoft.DataModel (in PerpetuumSoft.DataModel.dll) Version: 1.0.0.0
Syntax
| C# |
|---|
public string Content { get; set; } |
| Visual Basic (Declaration) |
|---|
Public Property Content As String |
| Visual C++ |
|---|
public: property String^ Content { String^ get (); void set (String^ value); } |