'Declaration
<NotNullAttribute()> Property PublishingOffsets As Object()
'Usage
Dim instance As _UAUadpWriterGroupMessageParameters Dim value() As Object instance.PublishingOffsets = value value = instance.PublishingOffsets
[NotNull()] object[] PublishingOffsets {get; set;}
[NotNull()] property array<Object^>^ PublishingOffsets { array<Object^>^ get(); void set ( array<Object^>^ value); }
Property Value
The value of this property cannot be null
(Nothing
in Visual Basic).
The individual elements of the property value cannot be null
(Nothing
in Visual Basic).
Unit of measurement is ms
.