Share via


DataConnection.ObjectIdentifierConverter Property

Definition

Retrieves an object that can convert data object identifiers from formatted strings to unformatted parts and vice versa.

public:
 property Microsoft::VisualStudio::Data::DataObjectIdentifierConverter ^ ObjectIdentifierConverter { Microsoft::VisualStudio::Data::DataObjectIdentifierConverter ^ get(); };
public Microsoft.VisualStudio.Data.DataObjectIdentifierConverter ObjectIdentifierConverter { get; }
member this.ObjectIdentifierConverter : Microsoft.VisualStudio.Data.DataObjectIdentifierConverter
Public ReadOnly Property ObjectIdentifierConverter As DataObjectIdentifierConverter

Property Value

Returns a DataObjectIdentifierConverter object instance, which can convert data object identifiers from formatted strings to unformatted parts and vice versa.

Applies to