DeploymentObjectAttributeValue Class

Definition

public ref class DeploymentObjectAttributeValue abstract : IComparable<Microsoft::Web::Deployment::DeploymentObjectAttributeValue ^>
public abstract class DeploymentObjectAttributeValue : IComparable<Microsoft.Web.Deployment.DeploymentObjectAttributeValue>
type DeploymentObjectAttributeValue = class
    interface IComparable<DeploymentObjectAttributeValue>
Public MustInherit Class DeploymentObjectAttributeValue
Implements IComparable(Of DeploymentObjectAttributeValue)
Inheritance
DeploymentObjectAttributeValue
Implements

Constructors

DeploymentObjectAttributeValue()

Properties

CultureInvariantValue
SerializedValue
Value

Methods

CompareTo(DeploymentObjectAttributeValue)
CreateInstance(Byte[])
CreateInstance(String)
Equals(Object)
GetHashCode()
TryGetValue<T>(T)

Operators

Equality(DeploymentObjectAttributeValue, DeploymentObjectAttributeValue)
GreaterThan(DeploymentObjectAttributeValue, DeploymentObjectAttributeValue)
Inequality(DeploymentObjectAttributeValue, DeploymentObjectAttributeValue)
LessThan(DeploymentObjectAttributeValue, DeploymentObjectAttributeValue)

Applies to