DeploymentObjectAttribute Class

IIS 7.0

Provides the properties and operator overloads that define an attribute for a DeploymentObjectAttribute class.

System..::..Object
  Microsoft.Web.Deployment..::..DeploymentObjectAttribute

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

public ref class DeploymentObjectAttribute : IComparable<DeploymentObjectAttribute^>, 
	IDeploymentNameDescription

The DeploymentObjectAttribute type exposes the following members.

  NameDescription
Public propertyDescriptionGets the description of the deployment attribute
Public propertyExampleOrDetailBUGBUG
Public propertyFriendlyNameGets the friendly name of the deployment attribute.
Public propertyKindGets the DeploymentObjectAttributeKind of the deployment attribute.
Public propertyNameGets the name of the deployment attribute.
Public propertyValueGets the value of the deployment attribute.
Top

  NameDescription
Public methodCompareToCompares a DeploymentObjectAttribute against the current DeploymentObjectAttribute instance to determine if they are equal.
Public methodEqualsCompares a generic object against the current DeploymentObjectAttribute instance to determine if they are equal. (Overrides Object..::..Equals(Object).)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCodeReturns the hash code for this DeploymentObjectAttribute. (Overrides Object..::..GetHashCode()()()().)
Public methodGetType (Inherited from Object.)
Public methodGetValue<(Of <<'(T>)>>)BUGBUG
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top

  NameDescription
Public operatorStatic memberEqualityDetermines whether two specified instances of DeploymentObjectAttribute are equal.
Public operatorStatic memberGreaterThanIndicates whether a specified DeploymentObjectAttribute is greater than another specified DeploymentObjectAttribute.
Public operatorStatic memberInequalityIndicates whether two DeploymentObjectAttribute instances are not equal.
Public operatorStatic memberLessThanIndicates whether a specified DeploymentObjectAttribute is less than another specified DeploymentObjectAttribute.
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: