Share via


AssnHistoryDataSet.HistoryRow.ASSN_TRANS_AUTHOR_RES_UID Property

Gets or sets the GUID of the resource that created the transaction.

Namespace:  [Statusing Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/Statusing.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/Statusing.asmx?wsdl

Syntax

'Declaration
Public Property ASSN_TRANS_AUTHOR_RES_UID As Guid
    Get
    Set
'Usage
Dim instance As AssnHistoryDataSet.HistoryRow
Dim value As Guid

value = instance.ASSN_TRANS_AUTHOR_RES_UID

instance.ASSN_TRANS_AUTHOR_RES_UID = value
public Guid ASSN_TRANS_AUTHOR_RES_UID { get; set; }

Property Value

Type: System.Guid

See Also

Reference

AssnHistoryDataSet.HistoryRow Class

AssnHistoryDataSet.HistoryRow Members

Statusing Web Service