DiscussionThread.PublishedDate Property
Time when the discussion is published and can be viewed by others.
Namespace: Microsoft.TeamFoundation.Discussion.Client
Assembly: Microsoft.TeamFoundation.Discussion.Client (in Microsoft.TeamFoundation.Discussion.Client.dll)
Syntax
'Declaration
Public ReadOnly Property PublishedDate As DateTime
public DateTime PublishedDate { get; }
public:
property DateTime PublishedDate {
DateTime get ();
}
member PublishedDate : DateTime with get
function get PublishedDate () : DateTime
Property Value
Type: System.DateTime
Returns DateTime.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.