Share via


DataConnection.Source Property

Definition

Retrieves the globally unique identifier (GUID) of the data source for the current data connection, if any.

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

Property Value

Returns a GUID object instance representing the data source for the current data connection.

Applies to