 | ContainerPartialEntity1Size Property |
Gets or sets the size.
Namespace:
AMCS.Elemos.IntegrationService.Entity.Container
Assembly:
AMCS.Elemos.IntegrationService (in AMCS.Elemos.IntegrationService.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic Nullable<double> Size { get; set; }
Public Property Size As Nullable(Of Double)
Get
Set
Property Value
Type:
NullableDouble
The size.
See Also