ODSOFilters.Application Property

Definition

Returns an Application object that represents the container application for the object.

public:
 property System::Object ^ Application { System::Object ^ get(); };
public object Application { get; }
member this.Application : obj
Public ReadOnly Property Application As Object

Property Value

Implements

Remarks

You can use this property with an Automation object to return that object's container application.

Applies to