FileCheckedOutTo Property |
Gets information about the account to which the object is checked out.
Namespace:
Dundas.BI.FileSystem
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax public MemberInfo? CheckedOutTo { get; }
Public ReadOnly Property CheckedOutTo As MemberInfo
Get
public:
property MemberInfo^ CheckedOutTo {
MemberInfo^ get ();
}
member CheckedOutTo : MemberInfo with get
Property Value
Type:
MemberInfo
A
MemberInfo object representing the account to which the object is checked out,
or
if the object is not checked out.
See Also