BRAttributeValueArgument Class

Definition

A domain-based attribute value argument.

public ref class BRAttributeValueArgument : Microsoft::MasterDataServices::Services::DataContracts::BRArgument
[System.Runtime.Serialization.DataContract(Name="BRAttributeValueArgument", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
[System.Serializable]
public class BRAttributeValueArgument : Microsoft.MasterDataServices.Services.DataContracts.BRArgument
[<System.Runtime.Serialization.DataContract(Name="BRAttributeValueArgument", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
[<System.Serializable>]
type BRAttributeValueArgument = class
    inherit BRArgument
Public Class BRAttributeValueArgument
Inherits BRArgument
Inheritance
BRAttributeValueArgument
Attributes

Remarks

The BRAttributeValueArgument complex type specifies the BRArgument freeform value set in conditions and validation actions and is used where the BRArgument complex type is used.

Constructors

BRAttributeValueArgument()

Initializes a new instance of the BRAttributeValueArgument class.

Properties

AttributeCode

Specifies the Attribute Code.

Identifier

Uniquely identifies the argument.

(Inherited from BRArgument)
PropertyName

Specifies the property name.

(Inherited from BRArgument)

Methods

SetProperty<T>(T, T, String)

Changes the property to the given value.
Returns whether the new value is different from the old value.

(Inherited from DataContractBase)
SetProperty<T>(T, T, String, Boolean)

Changes the property to the given value.
Returns whether the new value is different from the old value.

(Inherited from DataContractBase)

Applies to