AccountEntitlement.AssignmentDate Property
Namespace: Microsoft.VisualStudio.Services.Licensing
Assembly: Microsoft.VisualStudio.Services.WebApi (in Microsoft.VisualStudio.Services.WebApi.dll)
Syntax
'Declaration
Public Property AssignmentDate As DateTimeOffset
public DateTimeOffset AssignmentDate { get; set; }
public:
property DateTimeOffset AssignmentDate {
DateTimeOffset get ();
void set (DateTimeOffset value);
}
member AssignmentDate : DateTimeOffset with get, set
function get AssignmentDate () : DateTimeOffset
function set AssignmentDate (value : DateTimeOffset)
Property Value
Type: System.DateTimeOffset
.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.