 | InternetWaybillModelContents Property |
Content (e.g. Stones).
Required.
Former Content + CustomContent.
Namespace: FRAM.CommonLayer.Models.FRAMAssembly: FRAM.CommonLayer (in FRAM.CommonLayer.dll) Version: FRAM 2.0 v2.2.5.0
Syntaxpublic string Contents { get; set; }
Public Property Contents As String
Get
Set
public:
virtual property String^ Contents {
String^ get () sealed;
void set (String^ value) sealed;
}
abstract Contents : string with get, set
override Contents : string with get, set
Property Value
Type:
String
See Also