PartBaseCustomFieldValues Property |
A list of any custom fields values that have been defined for this part.
Namespace:
FactoryLogix.xTend.DataObjects
Assembly:
FactoryLogix.xTend.DataObjects (in FactoryLogix.xTend.DataObjects.dll) Version: 8.245.0.0 (8.245.0.0)
Syntax public Dictionary<string, string> CustomFieldValues { get; }
Public ReadOnly Property CustomFieldValues As Dictionary(Of String, String)
Get
public:
property Dictionary<String^, String^>^ CustomFieldValues {
Dictionary<String^, String^>^ get ();
}
member CustomFieldValues : Dictionary<string, string> with get
Property Value
Type:
DictionaryString,
StringSee Also