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 whether the resource custom field or task custom field rolls down to assignments.
Namespace: [Statusing Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/Statusing.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/Statusing.asmx?wsdl
Syntax
'Declaration
Public Property MD_PROP_ROLLDOWN_TO_ASSN As Boolean
Get
Set
'Usage
Dim instance As StatusingDataSet.LocalCustomFieldMetadataRow
Dim value As Boolean
value = instance.MD_PROP_ROLLDOWN_TO_ASSN
instance.MD_PROP_ROLLDOWN_TO_ASSN = value
public bool MD_PROP_ROLLDOWN_TO_ASSN { get; set; }
Property Value
Type: System.Boolean
See Also
Reference
StatusingDataSet.LocalCustomFieldMetadataRow Class