CustomFieldDataSet.CustomFieldsRow.MD_PROP_DEFAULT_VALUE property

Gets or sets the unique identifier of the default value in a lookup table for a custom field.

Namespace:  WebSvcCustomFields
Assembly:  ProjectServerServices (in ProjectServerServices.dll)

Syntax

'Declaration
Public Property MD_PROP_DEFAULT_VALUE As Guid
    Get
    Set
'Usage
Dim instance As CustomFieldDataSet.CustomFieldsRow
Dim value As Guid

value = instance.MD_PROP_DEFAULT_VALUE

instance.MD_PROP_DEFAULT_VALUE = value
public Guid MD_PROP_DEFAULT_VALUE { get; set; }

Property value

Type: System.Guid
The GUID of a default value.

See also

Reference

CustomFieldDataSet.CustomFieldsRow class

CustomFieldDataSet.CustomFieldsRow members

WebSvcCustomFields namespace

Other resources

How to: Create an Enterprise Custom Field