ArcFM Responder Mobile Developer Guide
IDocumentInfo2_set_Author Method






Syntax
'Declaration
 
Public Overridable Sub IDocumentInfo2_set_Author( _
   ByVal Author As System.String _
) 
'Usage
 
Dim instance As MMDocumentInfoClass
Dim Author As System.String
 
instance.IDocumentInfo2_set_Author(Author)
public virtual void IDocumentInfo2_set_Author( 
   System.string Author
)
public procedure IDocumentInfo2_set_Author( 
    Author: System.String
); virtual; 
public function IDocumentInfo2_set_Author( 
   Author : System.String
);
public: virtual void IDocumentInfo2_set_Author( 
   System.string* Author
) 
public:
virtual void IDocumentInfo2_set_Author( 
   System.String^ Author
) 

Parameters

Author
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

MMDocumentInfoClass Class
MMDocumentInfoClass Members

Send Feedback