BRUserScriptParameterArgument Class
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.
An argument that references attributes instead of values.
public ref class BRUserScriptParameterArgument : Microsoft::MasterDataServices::Services::DataContracts::BRArgument
[System.Runtime.Serialization.DataContract(Name="BRUserScriptParameterArgument", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
[System.Serializable]
public class BRUserScriptParameterArgument : Microsoft.MasterDataServices.Services.DataContracts.BRArgument
[<System.Runtime.Serialization.DataContract(Name="BRUserScriptParameterArgument", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
[<System.Serializable>]
type BRUserScriptParameterArgument = class
inherit BRArgument
Public Class BRUserScriptParameterArgument
Inherits BRArgument
- Inheritance
- Attributes
Remarks
The BRUserScriptParameterArgument complex type references attributes instead of values.
Constructors
BRUserScriptParameterArgument() |
Initializes a new instance of the BRUserScriptParameterArgument class. |
Properties
Identifier |
Uniquely identifies the argument. (Inherited from BRArgument) |
ParameterName |
Specifies the parameter name. |
PropertyName |
Specifies the property name. (Inherited from BRArgument) |
Sequence |
Specifies the parameter sequence. |
Value |
Specifies the argument value. |
Methods
SetProperty<T>(T, T, String, Boolean) |
Changes the property to the given value. |
SetProperty<T>(T, T, String) |
Changes the property to the given value. |