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