ResourceDataSet.ResourcesRow.RES_HYPERLINK_SUB_ADDRESS Property
Specifies the anchor portion of the URI of the hyperlink associated with this resource.
Namespace: WebSvcTimeSheet
Assembly: ProjectServerWebServices (in ProjectServerWebServices.dll)
Syntax
'Declaration
Public Property RES_HYPERLINK_SUB_ADDRESS As String
Get
Set
'Usage
Dim instance As ResourceDataSet.ResourcesRow
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
See Also
Reference
ResourceDataSet.ResourcesRow Class