ServicePRO SDK Help

stcUserFieldsTableValue..::..IsRelated Property

True – for related fields such as DB Lookup , View only Reference and Shared Reference field
False- In all other non- related custom fields like Text Box, Numeric, and Date/Date Time etc…

Namespace:  HelpSTAR.PCL.Common
Assembly:  HelpSTAR.PCL.Common (in HelpSTAR.PCL.Common.dll)

Syntax


[DataMemberAttribute]
public bool IsRelated { get; set; }
<DataMemberAttribute> _
Public Property IsRelated As Boolean
	Get
	Set

Field Value

true if this instance is related; otherwise, false.