Propriedade do RDL IBRArgument.PropertyType
Gets the business rule argument property type.
Namespace: Microsoft.MasterDataServices.Services.DataContracts
Assembly: Microsoft.MasterDataServices.Services.Contracts (em Microsoft.MasterDataServices.Services.Contracts.dll)
Sintaxe
'Declaração
ReadOnly Property PropertyType As BRPropertyType
Get
'Uso
Dim instance As IBRArgument
Dim value As BRPropertyType
value = instance.PropertyType
BRPropertyType PropertyType { get; }
property BRPropertyType PropertyType {
BRPropertyType get ();
}
abstract PropertyType : BRPropertyType
function get PropertyType () : BRPropertyType
Valor da propriedade
Tipo: Microsoft.MasterDataServices.Services.DataContracts.BRPropertyType
The business rule argument property type.
Consulte também
Referência
Namespace Microsoft.MasterDataServices.Services.DataContracts