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