Properties | |
| bool | IsList [get] |
| Returns true if value is a list, false if it is a single value. | |
| List< object > | List [get] |
| If IsList = true, the values for the resource custom fields values are accessible through this property. | |
| CustomFieldValueType | Type [get, set] |
| Get the type of data contained in List or Value. | |
| Guid | PropertyGuid [get, set] |
| Get the property GUID for this resource custom field. | |
| string | Name [get, set] |
| Retrieve and privately set the custom field name. | |
| object | Value [get] |
| Get the resource custom field value (if IsList = false). | |
Definition at line 22 of file ResourceCustomField.cs.
bool Mcs.Epm.MicrosoftProject.mpFx.ResourceCustomField.IsList [get] |
Returns true if value is a list, false if it is a single value.
Definition at line 62 of file ResourceCustomField.cs.
List<object> Mcs.Epm.MicrosoftProject.mpFx.ResourceCustomField.List [get] |
If IsList = true, the values for the resource custom fields values are accessible through this property.
Definition at line 75 of file ResourceCustomField.cs.
string Mcs.Epm.MicrosoftProject.mpFx.ResourceCustomField.Name [get, set] |
Retrieve and privately set the custom field name.
Definition at line 99 of file ResourceCustomField.cs.
Guid Mcs.Epm.MicrosoftProject.mpFx.ResourceCustomField.PropertyGuid [get, set] |
Get the property GUID for this resource custom field.
Definition at line 94 of file ResourceCustomField.cs.
CustomFieldValueType Mcs.Epm.MicrosoftProject.mpFx.ResourceCustomField.Type [get, set] |
Get the type of data contained in List or Value.
Definition at line 89 of file ResourceCustomField.cs.
object Mcs.Epm.MicrosoftProject.mpFx.ResourceCustomField.Value [get] |
Get the resource custom field value (if IsList = false).
Definition at line 105 of file ResourceCustomField.cs.
1.5.8