AssetLastModifiedUserId Property |
Gets the id of the user who last modified the asset.
Namespace: ConnectedApps.Cms.EntitiesAssembly: ConnectedApps.Cms (in ConnectedApps.Cms.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic Guid LastModifiedUserId { get; set; }
Public Property LastModifiedUserId As Guid
Get
Set
public:
property Guid LastModifiedUserId {
Guid get ();
void set (Guid value);
}
member LastModifiedUserId : Guid with get, set
Property Value
Type:
Guid
See Also