Share via


DataProvider.Technology Property

Definition

Retrieves the unique identifier of the underlying technology used by the provider, if any.

public:
 abstract property Guid Technology { Guid get(); };
public abstract Guid Technology { get; }
member this.Technology : Guid
Public MustOverride ReadOnly Property Technology As Guid

Property Value

Returns a GUID object instance providing a unique identifier for the underlying technology used by the DDEX provider, if any; returns null if none provided.

Applies to