Share via


StatusApprovalDataSet.StatusApprovalsRow.ASSN_TRANS_COMMENT property

Gets or sets the comment that is made by the user for a transaction.

Namespace:  WebSvcStatusing
Assembly:  ProjectServerServices (in ProjectServerServices.dll)

Syntax

'Declaration
Public Property ASSN_TRANS_COMMENT As String
    Get
    Set
'Usage
Dim instance As StatusApprovalDataSet.StatusApprovalsRow
Dim value As String

value = instance.ASSN_TRANS_COMMENT

instance.ASSN_TRANS_COMMENT = value
public string ASSN_TRANS_COMMENT { get; set; }

Property value

Type: System.String

See also

Reference

StatusApprovalDataSet.StatusApprovalsRow class

StatusApprovalDataSet.StatusApprovalsRow members

WebSvcStatusing namespace