Gets the ECAD ID.
Namespace:
Autoaddress.Autoaddress2_0.Model.GetEcadData
Assembly:
Autoaddress2.0SDK (in Autoaddress2.0SDK.dll) Version: 1.0.18
Syntaxpublic Nullable<int> EcadId { get; }
Public ReadOnly Property EcadId As Nullable(Of Integer)
Get
public:
property Nullable<int> EcadId {
Nullable<int> get ();
}
member EcadId : Nullable<int> with get
Property Value
Type:
NullableInt32
See Also