Click or drag to resize

StudentCustomShared Property

Gets or sets the Shared custom fields.

Namespace:  SeniorSystemsWS.Entity
Assembly:  SeniorSystemsWS.Entity (in SeniorSystemsWS.Entity.dll) Version: 937.0.0.0 (937.0.0.33)
Syntax
public List<CustomField> Shared { get; set; }

Property Value

Type: ListCustomField
The Shared custom fields.
See Also