AssetLastModifiedByLastName Property |
Gets the last name of the last modified by user.
Namespace: ConnectedApps.Cms.EntitiesAssembly: ConnectedApps.Cms (in ConnectedApps.Cms.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic string LastModifiedByLastName { get; set; }
Public Property LastModifiedByLastName As String
Get
Set
public:
property String^ LastModifiedByLastName {
String^ get ();
void set (String^ value);
}
member LastModifiedByLastName : string with get, set
Property Value
Type:
String
See Also