Share via


PropertyValue.ChangedBy Property

Namespace:  Microsoft.TeamFoundation.Framework.Server
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)

Syntax

'Declaration
Public Property ChangedBy As Nullable(Of Guid)
public Nullable<Guid> ChangedBy { get; set; }
public:
property Nullable<Guid> ChangedBy {
    Nullable<Guid> get ();
    void set (Nullable<Guid> value);
}
member ChangedBy : Nullable<Guid> with get, set
function get ChangedBy () : Nullable<Guid>
function set ChangedBy (value : Nullable<Guid>)

Property Value

Type: System.Nullable<Guid>
Returns Guid.

.NET Framework Security

See Also

Reference

PropertyValue Class

Microsoft.TeamFoundation.Framework.Server Namespace