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

ActivityTemplateVariable Members

Microsoft.Office.Server.ActivityFeed Namespace