|  | PropertyInterceptionInfoDeclaringType Property  | 
 
            Gets the 
Type of the object where the property resides in
            
 
    Namespace: 
   Cauldron.Interception
    Assembly:
   Cauldron.Interception (in Cauldron.Interception.dll) Version: 1.0.0
 Syntax
Syntaxpublic Type DeclaringType { get; }Public ReadOnly Property DeclaringType As Type
	Get
public:
property Type^ DeclaringType {
	Type^ get ();
}Property Value
Type: 
Type[Missing <value> documentation for "P:Cauldron.Interception.PropertyInterceptionInfo.DeclaringType"]
 See Also
See Also