Accusoft.ImagXpress13.Net
Site Property




Gets and sets the System.ComponentModel.ISite of the Processor.
Syntax
'Declaration
 
Public Overrides Property Site As ISite
'Usage
 
Dim instance As Processor
Dim value As ISite
 
instance.Site = value
 
value = instance.Site
public override ISite Site {get; set;}
public: __property ISite* get_Site() override;
public: __property void set_Site( 
   ISite* value
) override;
public:
property ISite^ Site {
   ISite^ get() override;
   void set (    ISite^ value) override;
}

Property Value

The System.ComponentModel.ISite associated with the System.ComponentModel.Component, or null if the System.ComponentModel.Component is not encapsulated in an System.ComponentModel.IContainer, the System.ComponentModel.Component does not have an System.ComponentModel.ISite associated with it, or the System.ComponentModel.Component is removed from its System.ComponentModel.IContainer.
See Also

Reference

Processor Class
Processor Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback