OADeploymentConfigurationEditor.Object Property
Gets the underlying object for this automation object.
Namespace: Microsoft.VisualStudio.Data.Schema.Project.Sql.Automation
Assembly: Microsoft.VisualStudio.Data.Schema.Project.Sql (in Microsoft.VisualStudio.Data.Schema.Project.Sql.dll)
Syntax
'Declaration
Public ReadOnly Property Object As Object
Get
'Usage
Dim instance As OADeploymentConfigurationEditor
Dim value As Object
value = instance.Object
public Object Object { get; }
public:
property Object^ Object {
Object^ get ();
}
function get Object () : Object
member Object : Object
Property Value
Type: System.Object
.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.
See Also
Reference
OADeploymentConfigurationEditor Class
OADeploymentConfigurationEditor Members
Microsoft.VisualStudio.Data.Schema.Project.Sql.Automation Namespace