PropertyOwner.Setter<P> Method

Namespace:  Microsoft.TeamFoundation.TestManagement.Client.Internal
Assembly:  Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)

Syntax

'Declaration
Protected Sub Setter(Of P) ( _
    property As String, _
    ByRef oldValue As P, _
    newValue As P, _
    markDirty As Boolean _
)
protected void Setter<P>(
    string property,
    ref P oldValue,
    P newValue,
    bool markDirty
)
protected:
generic<typename P>
void Setter(
    String^ property, 
    P% oldValue, 
    P newValue, 
    bool markDirty
)
member Setter : 
        property:string * 
        oldValue:'P byref * 
        newValue:'P * 
        markDirty:bool -> unit
JScript does not support generic types or methods.

Type Parameters

  • P

Parameters

  • property
    Type: String
  • oldValue
    Type: P%
  • newValue
    Type: P
  • markDirty
    Type: Boolean

.NET Framework Security

See Also

Reference

PropertyOwner Class

Microsoft.TeamFoundation.TestManagement.Client.Internal Namespace