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

See Also

Reference

ClientRightsEnvelope Class

Microsoft.VisualStudio.Services.Licensing Namespace