WebQueryConnection
ID Property
|
Gets the ID of the connection.
Namespace:
Spire.Xls
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public override string ID { get; }
Public Overrides ReadOnly Property ID As String
Get
public:
virtual property String^ ID {
String^ get () override;
}
abstract ID : string with get
override ID : string with get
Property Value
Type:
String
See Also