IProperties Interface

Solclient

IProperties Interface
version: 7.2.1.27
Super interface for all properties. This interface is used in builder/factory design patterns.

Namespace: SolaceSystems.Solclient.Messaging
Assembly: SolaceSystems.Solclient.Messaging (in SolaceSystems.Solclient.Messaging.dll) Version: 7.2.1.27 (7.2.1.27)
Syntax
public interface IProperties : ICloneable
Public Interface IProperties
	Inherits ICloneable
public interface class IProperties : ICloneable

The IProperties type exposes the following members.

Methods
  NameDescription
Public methodClear
Clears the properties.
Public methodClone
Creates a new object that is a copy of the current instance.
(Inherited from ICloneable.)
Top
Properties
  NameDescription
Public propertyCount
Returns the number of properties.
Top
See Also