BRAttributeValueArgument Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- 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, Boolean) |
Changes the property to the given value. |
SetProperty<T>(T, T, String) |
Changes the property to the given value. |