ArcObjects Library Reference (Framework)  

IPropertyPage.SetPageSite Method

[Visual Basic .NET]
Public Sub SetPageSite ( _
    ByVal pPageSite As IPropertyPageSite _
)
[C#]
public void SetPageSite (
    IPropertyPageSite pPageSite
);

Product Availability

Available with ArcGIS Desktop.

Description

IPropertyPage is a Microsoft interface. Please refer to MSDN for information about this interface.

See Also

IPropertyPage Interface