StatusingDataSet.LocalCustomFieldMetadataRow.MD_PROP_TYPE_ENUM property
Specifies the type of the custom field.
Namespace: WebSvcStatusing
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Property MD_PROP_TYPE_ENUM As Byte
Get
Set
'Usage
Dim instance As StatusingDataSet.LocalCustomFieldMetadataRow
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
See also
Reference
StatusingDataSet.LocalCustomFieldMetadataRow class