ItemType.LastModifiedName Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The LastModifiedName property gets a string value that contains the name of the user who last modified the item.
public:
property System::String ^ LastModifiedName { System::String ^ get(); void set(System::String ^ value); };
public string LastModifiedName { get; set; }
Public Property LastModifiedName As String
Property Value
The LastModifiedName property returns a string value that contains the name of the user who last modified the item.
Remarks
The LastModifiedName property signature is incorrect because it suggests that this property is settable. The setter property is an artifact of the fact that the auto-generated proxy generator does not have the context to account for the server business logic, which does not allow this property to be set.