ArcFM Responder Mobile Developer Guide
IDocumentInfo2_set_Keywords Method






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

Parameters

Keywords
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