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.
Gets or sets the integer identifier of the enterprise custom field.
Namespace: WebSvcCustomFields
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Property MD_PROP_ID As Integer
Get
Set
'Usage
Dim instance As CustomFieldDataSet.CustomFieldsRow
Dim value As Integer
value = instance.MD_PROP_ID
instance.MD_PROP_ID = value
public int MD_PROP_ID { get; set; }
Property value
Type: System.Int32
An integer identifier.
See also
Reference
CustomFieldDataSet.CustomFieldsRow class