Site Property

Summary

Gets or sets the ISite associated with the IComponent.

Syntax
C#
VB
C++
public ISite Site { get; set; } 
Public Property Site As ISite 
public: 
property ISite^ Site { 
   ISite^ get(); 
   void set (    ISite^ ); 
} 

Property Value

The ISite object associated with the component; or null, if the component does not have a site.

Requirements

Target Platforms

Help Version 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Common Assembly