Audience.CreateTime Property
Gets the date when this audience was created.
Namespace: Microsoft.Office.Server.Audience
Assembly: Microsoft.Office.Server.UserProfiles (in Microsoft.Office.Server.UserProfiles.dll)
Syntax
'Declaration
Public ReadOnly Property CreateTime As DateTime
Get
'Usage
Dim instance As Audience
Dim value As DateTime
value = instance.CreateTime
public DateTime CreateTime { get; }
Property Value
Type: System.DateTime
A value that represents when the audience was created.
Remarks
The CreateTime property is read-only.