'Declaration
<NotNullAttribute()> Public Property CategoryIds As Collection(Of Long)
'Usage
Dim instance As AECategoryDialog Dim value As Collection(Of Long) instance.CategoryIds = value value = instance.CategoryIds
[NotNull()] public Collection<long> CategoryIds {get; set;}
[NotNull()] public: property Collection<int64>^ CategoryIds { Collection<int64>^ get(); void set ( Collection<int64>^ value); }
Property Value
The value of this property cannot be null
(Nothing
in Visual Basic).