BRCondition.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.
Especifica o argumento prefixo (lado esquerdo).
public:
property Microsoft::MasterDataServices::Services::DataContracts::IBRAttributeArgumentContainer ^ PrefixArgument { Microsoft::MasterDataServices::Services::DataContracts::IBRAttributeArgumentContainer ^ get(); void set(Microsoft::MasterDataServices::Services::DataContracts::IBRAttributeArgumentContainer ^ value); };
[System.Runtime.Serialization.DataMember]
public Microsoft.MasterDataServices.Services.DataContracts.IBRAttributeArgumentContainer PrefixArgument { get; set; }
[<System.Runtime.Serialization.DataMember>]
member this.PrefixArgument : Microsoft.MasterDataServices.Services.DataContracts.IBRAttributeArgumentContainer with get, set
Public Property PrefixArgument As IBRAttributeArgumentContainer
Valor da propriedade
O argumento de prefixo (esquerdo).
- Atributos