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