'Declaration
<JetBrains.Annotations.NotNullAttribute()> Public ReadOnly Property AttributeArguments As UAAttributeArguments
'Usage
Dim instance As UAWriteValueObserver(Of TValue) Dim value As UAAttributeArguments value = instance.AttributeArguments
[JetBrains.Annotations.NotNull()] public UAAttributeArguments AttributeArguments {get;}
[JetBrains.Annotations.NotNull()] public: property UAAttributeArguments^ AttributeArguments { UAAttributeArguments^ get(); }
Property Value
The value of this property cannot be null
(Nothing
in Visual Basic).