ActivityTemplateVariable.DateOnlySpecified property
Gets or sets a value indicating whether the DateOnly field of the feed is to be specified.
Namespace: Microsoft.Office.Server.ActivityFeed
Assembly: Microsoft.Office.Server.UserProfiles (in Microsoft.Office.Server.UserProfiles.dll)
Syntax
'Declaration
Public Property DateOnlySpecified As Boolean
Get
Set
'Usage
Dim instance As ActivityTemplateVariable
Dim value As Boolean
value = instance.DateOnlySpecified
instance.DateOnlySpecified = value
public bool DateOnlySpecified { get; set; }
Property value
Type: System.Boolean
See also
Reference
ActivityTemplateVariable class