ProjectDataSet.ProjectResourceRow.RES_HYPERLINK_SUB_ADDRESS Property
Indicates the anchor portion of the URI of the hyperlink associated with this resource.
Namespace: WebSvcProject
Assembly: ProjectServerWebServices (in ProjectServerWebServices.dll)
Syntax
'Declaration
Public Property RES_HYPERLINK_SUB_ADDRESS As String
Get
Set
'Usage
Dim instance As ProjectDataSet.ProjectResourceRow
Dim value As String
value = instance.RES_HYPERLINK_SUB_ADDRESS
instance.RES_HYPERLINK_SUB_ADDRESS = value
public string RES_HYPERLINK_SUB_ADDRESS { get; set; }
Property Value
Type: System.String
Remarks
Read-only.
See Also
Reference
ProjectDataSet.ProjectResourceRow Class