Comment.Author Property
The person who creates the comment.
Namespace: Microsoft.TeamFoundation.Discussion.Client
Assembly: Microsoft.TeamFoundation.Discussion.Client (in Microsoft.TeamFoundation.Discussion.Client.dll)
Syntax
'Declaration
Public ReadOnly Property Author As TeamFoundationIdentity
public TeamFoundationIdentity Author { get; }
public:
property TeamFoundationIdentity^ Author {
TeamFoundationIdentity^ get ();
}
member Author : TeamFoundationIdentity with get
function get Author () : TeamFoundationIdentity
Property Value
Type: Microsoft.TeamFoundation.Framework.Client.TeamFoundationIdentity
Returns TeamFoundationIdentity.
.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.