ObjectLinkProviderDataSet.WebObjectsRow.WOBJ_TYPE property
Indicates the type of the web object.
Namespace: WebSvcObjectLinkProvider
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Property WOBJ_TYPE As Integer
Get
Set
'Usage
Dim instance As ObjectLinkProviderDataSet.WebObjectsRow
Dim value As Integer
value = instance.WOBJ_TYPE
instance.WOBJ_TYPE = value
public int WOBJ_TYPE { get; set; }
Property value
Type: System.Int32
Remarks
WebObjectType enumerates the web object types.
See also
Reference
ObjectLinkProviderDataSet.WebObjectsRow class