BRUserScriptParameterArgument.Value Propiedad
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Especifica el valor del argumento.
public:
property Microsoft::MasterDataServices::Services::DataContracts::BRArgument ^ Value { Microsoft::MasterDataServices::Services::DataContracts::BRArgument ^ get(); void set(Microsoft::MasterDataServices::Services::DataContracts::BRArgument ^ value); };
[System.Runtime.Serialization.DataMember]
public Microsoft.MasterDataServices.Services.DataContracts.BRArgument Value { get; set; }
[<System.Runtime.Serialization.DataMember>]
member this.Value : Microsoft.MasterDataServices.Services.DataContracts.BRArgument with get, set
Public Property Value As BRArgument
Valor de propiedad
El valor de argumento.
- Atributos