DeploymentObject.AbsolutePath Property

Definition

Gets the absolute path of the underlying deployment object.

public:
 property System::String ^ AbsolutePath { System::String ^ get(); };
public string AbsolutePath { get; }
member this.AbsolutePath : string
Public ReadOnly Property AbsolutePath As String

Property Value

A string representing the absolute path of the underlying deployment object.

Remarks

This value is obtained through a series of calls to the underlying infrastructure. The deployment object obtains an <xref:Microsoft.Web.Deployment.IDeploymentObjectResolver> by accessing the provider's GetObjectResolver method. The absolute path is then returned by accessing the <xref:Microsoft.Web.Deployment.IDeploymentObjectResolver.GetAbsolutePath%2A> method of the returned interface

Applies to