 | IClaimsClaimTypeReportedDateTime Property |
[Missing <summary> documentation for "P:IAS.IClaims.ClaimType.ReportedDateTime"]
Namespace:
IAS
Assembly:
Claims (in Claims.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic Nullable<DateTime> ReportedDateTime { get; set; }
Public Property ReportedDateTime As Nullable(Of DateTime)
Get
Set
function get ReportedDateTime () : Nullable<DateTime>
function set ReportedDateTime (value : Nullable<DateTime>)
function get_ReportedDateTime();
function set_ReportedDateTime(value);
Property Value
Type:
NullableDateTime
See Also