Share via


FileContainerItem.LastModifiedBy Property

Namespace:  Microsoft.VisualStudio.Services.FileContainer
Assembly:  Microsoft.VisualStudio.Services.WebApi (in Microsoft.VisualStudio.Services.WebApi.dll)

Syntax

'Declaration
<DataMemberAttribute(IsRequired := False, EmitDefaultValue := False)> _
Public Property LastModifiedBy As Guid
[DataMemberAttribute(IsRequired = false, EmitDefaultValue = false)]
public Guid LastModifiedBy { get; set; }
[DataMemberAttribute(IsRequired = false, EmitDefaultValue = false)]
public:
property Guid LastModifiedBy {
    Guid get ();
    void set (Guid value);
}
[<DataMemberAttribute(IsRequired = false, EmitDefaultValue = false)>]
member LastModifiedBy : Guid with get, set
function get LastModifiedBy () : Guid 
function set LastModifiedBy (value : Guid)

Property Value

Type: System.Guid

.NET Framework Security

See Also

Reference

FileContainerItem Class

Microsoft.VisualStudio.Services.FileContainer Namespace