'Declaration
<DebuggerBrowsableAttribute(DebuggerBrowsableState.Never)> <NotNullAttribute()> Public Shared ReadOnly Property DefaultOperand As UASimpleAttributeOperand
'Usage
Dim value As UASimpleAttributeOperand value = UAAttributeField.DefaultOperand
[DebuggerBrowsable(DebuggerBrowsableState.Never)] [NotNull()] public static UASimpleAttributeOperand DefaultOperand {get;}
[DebuggerBrowsable(DebuggerBrowsableState.Never)] [NotNull()] public: static property UASimpleAttributeOperand^ DefaultOperand { UASimpleAttributeOperand^ get(); }