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