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 the business rule argument property name.
Namespace: Microsoft.MasterDataServices.Services.DataContracts
Assembly: Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)
Syntax
'Declaration
Property PropertyName As BRPropertyName
Get
Set
'Usage
Dim instance As IBRArgument
Dim value As BRPropertyName
value = instance.PropertyName
instance.PropertyName = value
BRPropertyName PropertyName { get; set; }
property BRPropertyName PropertyName {
BRPropertyName get ();
void set (BRPropertyName value);
}
abstract PropertyName : BRPropertyName with get, set
function get PropertyName () : BRPropertyName
function set PropertyName (value : BRPropertyName)
Property Value
Type: Microsoft.MasterDataServices.Services.DataContracts.BRPropertyName
The business rule argument property name.
See Also
Reference
Microsoft.MasterDataServices.Services.DataContracts Namespace