Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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