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