See also:
NTier Windows Forms Framework Home
NTier Framework API reference
Get or set the content of the project item in bytes.
Namespace: NTier.AppWizard.GeneratorAssembly: NTier.AppWizard.Generator (in NTier.AppWizard.Generator.dll) Version: 1.0.0.0
Syntax
| C# |
|---|
public byte[] ContentBytes { get; set; } |
| Visual Basic |
|---|
Public Property ContentBytes As Byte()
Get
Set |
| Visual C++ |
|---|
public:
property array<unsigned char>^ ContentBytes {
array<unsigned char>^ get ();
void set (array<unsigned char>^ value);
} |
Property Value
Type:
array<Byte>[]()[][]
See Also