Account.LastUpdatedBy Property
Namespace: Microsoft.VisualStudio.Services.Account
Assembly: Microsoft.VisualStudio.Services.WebApi (in Microsoft.VisualStudio.Services.WebApi.dll)
Syntax
'Declaration
<DataMemberAttribute(IsRequired := False, EmitDefaultValue := False)> _
Public Property LastUpdatedBy As Guid
[DataMemberAttribute(IsRequired = false, EmitDefaultValue = false)]
public Guid LastUpdatedBy { get; internal set; }
[DataMemberAttribute(IsRequired = false, EmitDefaultValue = false)]
public:
property Guid LastUpdatedBy {
Guid get ();
internal: void set (Guid value);
}
[<DataMemberAttribute(IsRequired = false, EmitDefaultValue = false)>]
member LastUpdatedBy : Guid with get, internal set
function get LastUpdatedBy () : Guid
internal function set LastUpdatedBy (value : Guid)
Property Value
Type: System.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.