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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.