CrmServiceClient.ImportFileItem.IsRecordOwnerATeam Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Set true
if the Record Owner is a Team
public:
property bool IsRecordOwnerATeam { bool get(); void set(bool value); };
public bool IsRecordOwnerATeam { get; set; }
member this.IsRecordOwnerATeam : bool with get, set
Public Property IsRecordOwnerATeam As Boolean