DocumentLibraryVersion.ModifiedBy Property
Returns the name of the user who last saved the specified version of the shared document to the server.
Namespace: Microsoft.Office.Core
Assembly: office (in office.dll)
Usage
Dim documentLibraryVersion1 As DocumentLibraryVersion
Dim returnValue As String
returnValue = documentLibraryVersion1.ModifiedBy
Syntax
ReadOnly Property ModifiedBy() As String
string ModifiedBy {get;}
property String^ ModifiedBy{
String^ get();
}
public System.String get_ModifiedBy();
function get ModifiedBy() : String;
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
Windows XP Home Edition, Windows XP Professional, Windows Server 2003, and Windows 2000
Target Platforms
See Also
Reference
DocumentLibraryVersion Interface
Microsoft.Office.Core Namespace