DataConnection.ObjectIdentifierConverter Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.