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 defining the business rule logic.
Namespace: Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)
Syntax
'Declaration
<DataMemberAttribute> _
Public Property PrefixArgument As Object
Get
Set
'Usage
Dim instance As BRCondition
Dim value As Object
value = instance.PrefixArgument
instance.PrefixArgument = value
[DataMemberAttribute]
public Object PrefixArgument { get; set; }
[DataMemberAttribute]
public:
property Object^ PrefixArgument {
Object^ get ();
void set (Object^ value);
}
[<DataMemberAttribute>]
member PrefixArgument : Object with get, set
function get PrefixArgument () : Object
function set PrefixArgument (value : Object)
Property Value
Type: System.Object
An object defining the business rule logic.