ObjectLinkProviderDataSet.WebObjectsRow.WOBJ_DESC property
Specifies the description of the web object.
Namespace: WebSvcObjectLinkProvider
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Property WOBJ_DESC As String
Get
Set
'Usage
Dim instance As ObjectLinkProviderDataSet.WebObjectsRow
Dim value As String
value = instance.WOBJ_DESC
instance.WOBJ_DESC = value
public string WOBJ_DESC { get; set; }
Property value
Type: System.String
The description of the web object.
See also
Reference
ObjectLinkProviderDataSet.WebObjectsRow class