ItemCheckedOutUserId Property |
Gets the unique identifier of the admin user that currently has the item checked out, if any.
Namespace: ConnectedApps.Cms.EntitiesAssembly: ConnectedApps.Cms (in ConnectedApps.Cms.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic Nullable<Guid> CheckedOutUserId { get; }
Public ReadOnly Property CheckedOutUserId As Nullable(Of Guid)
Get
public:
property Nullable<Guid> CheckedOutUserId {
Nullable<Guid> get ();
}
member CheckedOutUserId : Nullable<Guid> with get
Property Value
Type:
NullableGuid
See Also