LegacyComment.ParentCommentId Property
Namespace: Microsoft.TeamFoundation.Discussion.Server
Assembly: Microsoft.TeamFoundation.Discussion.Server (in Microsoft.TeamFoundation.Discussion.Server.dll)
Syntax
'Declaration
<ClientPropertyAttribute(ClientVisibility.Private, PropertyName := "ParentId")> _
Public Property ParentCommentId As Short
[ClientPropertyAttribute(ClientVisibility.Private, PropertyName = "ParentId")]
public short ParentCommentId { get; set; }
[ClientPropertyAttribute(ClientVisibility::Private, PropertyName = L"ParentId")]
public:
property short ParentCommentId {
short get ();
void set (short value);
}
[<ClientPropertyAttribute(ClientVisibility.Private, PropertyName = "ParentId")>]
member ParentCommentId : int16 with get, set
function get ParentCommentId () : short
function set ParentCommentId (value : short)
Property Value
Type: System.Int16
Returns Int16.
.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.