This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > II > IIdentifyObject Interface > IIdentifyObject.PropertySet Property (ArcObjects .NET 10.5 SDK) |
PropertySet of the identify object.
[Visual Basic .NET] Public Property PropertySet As IPropertySet
[C#] public IPropertySet PropertySet {get; set;}
[C++]
HRESULT get_PropertySet(
IPropertySet** PropertySet
);
[C++]
HRESULT putref_PropertySet(
IPropertySet* PropertySet
);
[C++]
Parameters PropertySet [out, retval]
PropertySet is a parameter of type IPropertySet PropertySet [in]
PropertySet is a parameter of type IPropertySet