ClientRightsEnvelope.CreationDate Property
Namespace: Microsoft.VisualStudio.Services.Licensing
Assembly: Microsoft.VisualStudio.Services.WebApi (in Microsoft.VisualStudio.Services.WebApi.dll)
Syntax
'Declaration
Public Property CreationDate As DateTimeOffset
public DateTimeOffset CreationDate { get; set; }
public:
virtual property DateTimeOffset CreationDate {
DateTimeOffset get () sealed;
void set (DateTimeOffset value) sealed;
}
abstract CreationDate : DateTimeOffset with get, set
override CreationDate : DateTimeOffset with get, set
final function get CreationDate () : DateTimeOffset
final function set CreationDate (value : DateTimeOffset)
Property Value
Type: System.DateTimeOffset
Implements
IClientRightsEnvelope.CreationDate
.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.