Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Specifies the number of commitments that are linked to the web object.
Namespace: WebSvcObjectLinkProvider
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Property WOBJ_COMMITMENT_REF_CNT As Integer
Get
Set
'Usage
Dim instance As ObjectLinkProviderDataSet.WebObjectsRow
Dim value As Integer
value = instance.WOBJ_COMMITMENT_REF_CNT
instance.WOBJ_COMMITMENT_REF_CNT = value
public int WOBJ_COMMITMENT_REF_CNT { get; set; }
Property value
Type: System.Int32
The number of commitments.
See also
Reference
ObjectLinkProviderDataSet.WebObjectsRow class