AssnHistoryDataSet.CustomFieldsRow.MD_PROP_TYPE_ENUM Property
Gets or sets the custom field type.
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_TYPE_ENUM As Byte
Get
Set
'Usage
Dim instance As AssnHistoryDataSet.CustomFieldsRow
Dim value As Byte
value = instance.MD_PROP_TYPE_ENUM
instance.MD_PROP_TYPE_ENUM = value
public byte MD_PROP_TYPE_ENUM { get; set; }
Property Value
Type: System.Byte
Remarks
It gets it’s values from CustomField.Type enumeration.
See Also
Reference
AssnHistoryDataSet.CustomFieldsRow Class