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