StatusingDataSet.LocalCustomFieldMetadataRow.MD_PROP_ID_SECONDARY Property
Specifies a statusing custom field identifier for resource custom fields and task custom fields.
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_ID_SECONDARY As Integer
Get
Set
'Usage
Dim instance As StatusingDataSet.LocalCustomFieldMetadataRow
Dim value As Integer
value = instance.MD_PROP_ID_SECONDARY
instance.MD_PROP_ID_SECONDARY = value
public int MD_PROP_ID_SECONDARY { get; set; }
Property Value
Type: System.Int32
See Also
Reference
StatusingDataSet.LocalCustomFieldMetadataRow Class