'Declaration
<NotNullAttribute()> <UnitAttribute("ms")> Public Property PublishingOffsets As Double()
'Usage
Dim instance As UAUadpWriterGroupMessageParameters Dim value() As Double instance.PublishingOffsets = value value = instance.PublishingOffsets
[NotNull()] [Unit("ms")] public double[] PublishingOffsets {get; set;}
[NotNull()] [Unit("ms")] public: property array<double>^ PublishingOffsets { array<double>^ get(); void set ( array<double>^ value); }
Property Value
The value of this property cannot be null
(Nothing
in Visual Basic).
Unit of measurement is ms
.