DataConnection.ObjectIdentifierConverter Property
Retrieves an object that can convert data object identifiers from formatted strings to unformatted parts and vice versa.
Namespace: Microsoft.VisualStudio.Data
Assembly: Microsoft.VisualStudio.Data (in Microsoft.VisualStudio.Data.dll)
Syntax
'Declaration
Public ReadOnly Property ObjectIdentifierConverter As DataObjectIdentifierConverter
public DataObjectIdentifierConverter ObjectIdentifierConverter { get; }
public:
property DataObjectIdentifierConverter^ ObjectIdentifierConverter {
DataObjectIdentifierConverter^ get ();
}
member ObjectIdentifierConverter : DataObjectIdentifierConverter with get
function get ObjectIdentifierConverter () : DataObjectIdentifierConverter
Property Value
Type: Microsoft.VisualStudio.Data.DataObjectIdentifierConverter
Returns a DataObjectIdentifierConverter object instance, which can convert data object identifiers from formatted strings to unformatted parts and vice versa.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.