This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Schematic > ESRI.ArcGIS.Schematic > Interfaces > IS > ISchematicObjectClass Interface > ISchematicObjectClass.QueryString Property (ArcObjects .NET 10.5 SDK) |
Query string of the schematic object class.
[Visual Basic .NET] Public Property QueryString As String
[C#] public string QueryString {get; set;}
[C++]
HRESULT get_QueryString(
BSTR* QueryString
);
[C++]
HRESULT put_QueryString(
BSTR QueryString
);
[C++]
Parameters QueryString [out, retval] QueryString is a parameter of type BSTR QueryString [in] QueryString is a parameter of type BSTR