BRAction.PrefixArgument Property
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.
Gets or sets an argument to define the logic of a business rule.
public:
property Microsoft::MasterDataServices::BRAttributeArgument ^ PrefixArgument { Microsoft::MasterDataServices::BRAttributeArgument ^ get(); void set(Microsoft::MasterDataServices::BRAttributeArgument ^ value); };
[System.Runtime.Serialization.DataMember]
public Microsoft.MasterDataServices.BRAttributeArgument PrefixArgument { get; set; }
[<System.Runtime.Serialization.DataMember>]
member this.PrefixArgument : Microsoft.MasterDataServices.BRAttributeArgument with get, set
Public Property PrefixArgument As BRAttributeArgument
Property Value
A new instance of type BRAttributeArgument.
- Attributes