DeploymentManifestObject Class

IIS 7.0

Provides properties that define a deployment manifest object.

System..::..Object
  Microsoft.Web.Deployment..::..DeploymentManifestObject

Namespace:  Microsoft.Web.Deployment
Assembly:  Microsoft.Web.Deployment (in Microsoft.Web.Deployment.dll)

public ref class DeploymentManifestObject

The DeploymentManifestObject type exposes the following members.

  NameDescription
Public methodDeploymentManifestObject(String)Creates an instance of the DeploymentManifestObject object.
Public methodDeploymentManifestObject(DeploymentProviderContext, String)Creates an instance of the DeploymentManifestObject object.
Top

  NameDescription
Public propertyAttributesGets the collection of DeploymentAttribute objects associated with the current object.
Public propertyChildObjectsGetss the collection of child DeploymentManifestObject instances for the current object.
Public propertyKeyAttributeGets or sets the attribute that represents the key for the current object.
Public propertyKind
Public propertyLinkNameGets or sets the name used to link a child object to the parent.
Public propertyNameGets the name of the deployment manifest provider object.
Public propertyObjectResolverGets or sets a DeploymentObjectResolver used by this manifest object to
Public propertyProviderContextGets the DeploymentProviderContext that can be used to get context of the deployment provider.
Public propertyStreamRelativeFilePathGets or sets the path to the stream relative file path.
Top

  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show: