[This is preliminary documentation and is subject to change.]

Provides methods and properties to access the property information. The object created from this class can be serialized.

Namespace:  OfficeClip.BusinessLayer.Framework
Assembly:  OfficeClip.BusinessLayer (in OfficeClip.BusinessLayer)
Version: 8.1.1.0

Syntax

C#
[SerializableAttribute]
public class PropertyInfo : ISerializable
Visual Basic (Declaration)
<SerializableAttribute> _
Public Class PropertyInfo _
	Implements ISerializable
Visual C++
[SerializableAttribute]
public ref class PropertyInfo : ISerializable

Inheritance Hierarchy

System..::.Object
  OfficeClip.BusinessLayer.Framework..::.PropertyInfo

See Also