BRUserScriptParameterArgument Class

Definition

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
BRUserScriptParameterArgument
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)

Changes the property to the given value.
Returns whether the new value is different from the old value.

(Inherited from DataContractBase)
SetProperty<T>(T, T, String, Boolean)

Changes the property to the given value.
Returns whether the new value is different from the old value.

(Inherited from DataContractBase)

Applies to