QuickOPC User's Guide and Reference
ShouldSerializeInstanceParameters Method



OpcLabs.BaseLib Assembly > OpcLabs.BaseLib.Connectivity Namespace > SelectorConfiguration<TSharedParameters,TIsolatedParameters,TInstanceParameters> Class : ShouldSerializeInstanceParameters Method
Determines whether the InstanceParameters property is equal to its default value.
Syntax
'Declaration
 
Protected Function ShouldSerializeInstanceParameters() As Boolean
'Usage
 
Dim instance As SelectorConfiguration(Of TSharedParameters,TIsolatedParameters,TInstanceParameters)
Dim value As Boolean
 
value = instance.ShouldSerializeInstanceParameters()
protected bool ShouldSerializeInstanceParameters()
protected:
bool ShouldSerializeInstanceParameters(); 

Return Value

true if the property has changed from its default value; false otherwise.
Requirements

Target Platforms: .NET Framework: Windows 7 with SP1, Windows Server 2012; .NET Core: Linux, Microsoft Windows

See Also

Reference

SelectorConfiguration<TSharedParameters,TIsolatedParameters,TInstanceParameters> Class
SelectorConfiguration<TSharedParameters,TIsolatedParameters,TInstanceParameters> Members