BRAction.PrefixArgument Propriedade
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Obtém ou define um argumento para definir a lógica de uma regra de negócio.
public:
property Microsoft::MasterDataServices::BRAttributeArgument ^ PrefixArgument { Microsoft::MasterDataServices::BRAttributeArgument ^ get(); void set(Microsoft::MasterDataServices::BRAttributeArgument ^ value); };
[System.Runtime.Serialization.DataMember]
public Microsoft.MasterDataServices.BRAttributeArgument PrefixArgument { get; set; }
[<System.Runtime.Serialization.DataMember>]
member this.PrefixArgument : Microsoft.MasterDataServices.BRAttributeArgument with get, set
Public Property PrefixArgument As BRAttributeArgument
Valor da propriedade
Uma nova instância do tipo BRAttributeArgument.
- Atributos