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