FileDataCheckedOutTo Property

Gets information about the account to which the object is checked out.

Namespace:  Dundas.BI.WebApi.Models
Assembly:  Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
[DataMemberAttribute(Name = "checkedOutTo", EmitDefaultValue = false)]
public MemberInfoData CheckedOutTo { get; set; }

Property Value

Type: MemberInfoData
A MemberInfo object representing the account to which the object is checked out, or if the object is not checked out.
See Also