BRUserScriptParameterArgument.Value Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the argument value.
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
Property Value
The argument value.
- Attributes