'Declaration
<ArgumentDirectionsAttribute(ArgumentDirections.InputOutput)> <NotNullAttribute()> Public Property AttributeData As UAAttributeData
'Usage
Dim instance As UAAttributePointArguments Dim value As UAAttributeData instance.AttributeData = value value = instance.AttributeData
[ArgumentDirections(ArgumentDirections.InputOutput)] [NotNull()] public UAAttributeData AttributeData {get; set;}
[ArgumentDirections(ArgumentDirections.InputOutput)] [NotNull()] public: property UAAttributeData^ AttributeData { UAAttributeData^ get(); void set ( UAAttributeData^ value); }
Property Value
The value of this property cannot be null
(Nothing
in Visual Basic).