Gets the name of the person who last saved this document.
.NET Syntax
Visual Basic (Declaration) | |
---|
ReadOnly Property LastSavedBy As System.String |
Visual Basic (Usage) | |
---|
Dim instance As ISwDMDocument
Dim value As System.String
value = instance.LastSavedBy |
C# | |
---|
System.string LastSavedBy {get;} |
C++/CLI | |
---|
property System.String^ LastSavedBy {
System.String^ get();
} |
Property Value
Name of the person who last saved this document
Example
See Also
Availability
SOLIDWORKS Document Manager API 2004 FCS