DeploymentObjectAttribute Class

Definition

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

public ref class DeploymentObjectAttribute : IComparable<Microsoft::Web::Deployment::DeploymentObjectAttribute ^>, Microsoft::Web::Deployment::IDeploymentNameDescription
public class DeploymentObjectAttribute : IComparable<Microsoft.Web.Deployment.DeploymentObjectAttribute>, Microsoft.Web.Deployment.IDeploymentNameDescription
type DeploymentObjectAttribute = class
    interface IComparable<DeploymentObjectAttribute>
    interface IDeploymentNameDescription
Public Class DeploymentObjectAttribute
Implements IComparable(Of DeploymentObjectAttribute), IDeploymentNameDescription
Inheritance
DeploymentObjectAttribute
Implements

Properties

Description

Gets the description of the deployment attribute

ExampleOrDetail

BUGBUG

FriendlyName

Gets the friendly name of the deployment attribute.

Kind

Gets the DeploymentObjectAttributeKind of the deployment attribute.

Name

Gets the name of the deployment attribute.

Value

Gets the value of the deployment attribute.

Methods

CompareTo(DeploymentObjectAttribute)

Compares a DeploymentObjectAttribute against the current DeploymentObjectAttribute instance to determine if they are equal.

Equals(Object)

Compares a generic object against the current DeploymentObjectAttribute instance to determine if they are equal.

GetHashCode()

Returns the hash code for this DeploymentObjectAttribute.

GetValue<T>()

BUGBUG

Operators

Equality(DeploymentObjectAttribute, DeploymentObjectAttribute)

Determines whether two specified instances of DeploymentObjectAttribute are equal.

GreaterThan(DeploymentObjectAttribute, DeploymentObjectAttribute)

Indicates whether a specified DeploymentObjectAttribute is greater than another specified DeploymentObjectAttribute.

Inequality(DeploymentObjectAttribute, DeploymentObjectAttribute)

Indicates whether two DeploymentObjectAttribute instances are not equal.

LessThan(DeploymentObjectAttribute, DeploymentObjectAttribute)

Indicates whether a specified DeploymentObjectAttribute is less than another specified DeploymentObjectAttribute.

Applies to