BRFreeformArgument 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 business rule for string, number, link, and date arguments.
public ref class BRFreeformArgument : Microsoft::MasterDataServices::Services::DataContracts::BRArgument
[System.Runtime.Serialization.DataContract(Name="BRFreeformArgument", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
[System.Serializable]
public class BRFreeformArgument : Microsoft.MasterDataServices.Services.DataContracts.BRArgument
[<System.Runtime.Serialization.DataContract(Name="BRFreeformArgument", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
[<System.Serializable>]
type BRFreeformArgument = class
inherit BRArgument
Public Class BRFreeformArgument
Inherits BRArgument
- Inheritance
- Attributes
Remarks
The BRFreeformArgument complex type specifies the freeform argument type for business rule arguments.
Constructors
BRFreeformArgument() |
Initializes a new instance of the BRFreeformArgument class. |
Properties
Identifier |
Uniquely identifies the argument. (Inherited from BRArgument) |
PropertyName |
Specifies the property name. (Inherited from BRArgument) |
Value |
Specifies the value that represents the business rule freeform argument. |
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. |