Object Property
Returns the underlying object for this automation object
Namespace: Microsoft.VisualStudio.Data.Tools.Package.Internal
Assembly: Microsoft.VisualStudio.Data.Tools.Package (in Microsoft.VisualStudio.Data.Tools.Package.dll)
Syntax
'Declaration
Public ReadOnly Property Object As Object
Get
'Usage
Dim instance As OASchemaCompareModel
Dim value As Object
value = instance.Object
public Object Object { get; }
public:
property Object^ Object {
Object^ get ();
}
member Object : Object
function get Object () : Object
Property Value
Type: System..::..Object
See Also
Reference
Microsoft.VisualStudio.Data.Tools.Package.Internal Namespace