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
- 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.