IProperties Interface
            Super interface for all properties.
            This interface is used in builder/factory design patterns.
            
Namespace: SolaceSystems.Solclient.MessagingAssembly: SolaceSystems.Solclient.Messaging (in SolaceSystems.Solclient.Messaging.dll) Version: 10.28.2
public interface IProperties : ICloneable
- Implements
 - ICloneable
 
 | Count | 
            Returns the number of properties.
             | 
| Clear | 
            Clears the properties.
             | 
| Clone | Creates a new object that is a copy of the current instance. (Inherited from ICloneable) |