LegacyComment.Author Property

Namespace:  Microsoft.TeamFoundation.Discussion.Server
Assembly:  Microsoft.TeamFoundation.Discussion.Server (in Microsoft.TeamFoundation.Discussion.Server.dll)

Syntax

'Declaration
<ClientPropertyAttribute(ClientVisibility.Private, PropertyName := "AuthorIdentity")> _
Public Property Author As Guid
[ClientPropertyAttribute(ClientVisibility.Private, PropertyName = "AuthorIdentity")]
public Guid Author { get; set; }
[ClientPropertyAttribute(ClientVisibility::Private, PropertyName = L"AuthorIdentity")]
public:
property Guid Author {
    Guid get ();
    void set (Guid value);
}
[<ClientPropertyAttribute(ClientVisibility.Private, PropertyName = "AuthorIdentity")>]
member Author : Guid with get, set
function get Author () : Guid 
function set Author (value : Guid)

Property Value

Type: System.Guid
Returns Guid.

.NET Framework Security

See Also

Reference

LegacyComment Class

Microsoft.TeamFoundation.Discussion.Server Namespace