Share via


ProfileTermsOfService.LastModified Property

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

Syntax

'Declaration
<DataMemberAttribute> _
Public Property LastModified As DateTime
[DataMemberAttribute]
public DateTime LastModified { get; internal set; }
[DataMemberAttribute]
public:
property DateTime LastModified {
    DateTime get ();
    internal: void set (DateTime value);
}
[<DataMemberAttribute>]
member LastModified : DateTime with get, internal set
function get LastModified () : DateTime 
internal function set LastModified (value : DateTime)

Property Value

Type: System.DateTime

.NET Framework Security

See Also

Reference

ProfileTermsOfService Class

Microsoft.VisualStudio.Services.Profile Namespace