Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets an argument to define the logic of a business rule.
Namespace: Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)
Syntax
'Declaration
<DataMemberAttribute> _
Public Property PrefixArgument As BRAttributeArgument
Get
Set
'Usage
Dim instance As BRAction
Dim value As BRAttributeArgument
value = instance.PrefixArgument
instance.PrefixArgument = value
[DataMemberAttribute]
public BRAttributeArgument PrefixArgument { get; set; }
[DataMemberAttribute]
public:
property BRAttributeArgument^ PrefixArgument {
BRAttributeArgument^ get ();
void set (BRAttributeArgument^ value);
}
[<DataMemberAttribute>]
member PrefixArgument : BRAttributeArgument with get, set
function get PrefixArgument () : BRAttributeArgument
function set PrefixArgument (value : BRAttributeArgument)
Property Value
Type: Microsoft.MasterDataServices.BRAttributeArgument
A new instance of type BRAttributeArgument.