Compartilhar via


Propriedade do RDL IBRArgument.PropertyName

Gets or sets the business rule argument property name.

Namespace:  Microsoft.MasterDataServices.Services.DataContracts
Assembly:  Microsoft.MasterDataServices.Services.Contracts (em Microsoft.MasterDataServices.Services.Contracts.dll)

Sintaxe

'Declaração
Property PropertyName As BRPropertyName 
    Get 
    Set
'Uso
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)

Valor da propriedade

Tipo: Microsoft.MasterDataServices.Services.DataContracts.BRPropertyName
The business rule argument property name.

Consulte também

Referência

IBRArgument Interface

Namespace Microsoft.MasterDataServices.Services.DataContracts