Propriedade do RDL BRArgument.PropertyName
Gets or sets the property name of the argument.
Namespace: Microsoft.MasterDataServices.Services.DataContracts
Assembly: Microsoft.MasterDataServices.Services.Contracts (em Microsoft.MasterDataServices.Services.Contracts.dll)
Sintaxe
'Declaração
<DataMemberAttribute> _
Public Property PropertyName As BRPropertyName
Get
Set
'Uso
Dim instance As BRArgument
Dim value As BRPropertyName
value = instance.PropertyName
instance.PropertyName = value
[DataMemberAttribute]
public BRPropertyName PropertyName { get; set; }
[DataMemberAttribute]
public:
virtual property BRPropertyName PropertyName {
BRPropertyName get () sealed;
void set (BRPropertyName value) sealed;
}
[<DataMemberAttribute>]
abstract PropertyName : BRPropertyName with get, set
[<DataMemberAttribute>]
override PropertyName : BRPropertyName with get, set
final function get PropertyName () : BRPropertyName
final function set PropertyName (value : BRPropertyName)
Valor da propriedade
Tipo: Microsoft.MasterDataServices.Services.DataContracts.BRPropertyName
The property name of the argument.
Implementa
Consulte também
Referência
Namespace Microsoft.MasterDataServices.Services.DataContracts