'Declaration Public Property IsDefault As System.Boolean
public System.bool IsDefault {get; set;}
'Declaration Public Property IsDefault As System.Boolean
public System.bool IsDefault {get; set;}
If the interaction settings are set to their default values, then IsDefault returns true. If the interaction settings are not set to their default values, then IsDefault returns false.
If IsDefault is explicitly set to true, then the interaction settings are reset to their default values.