ArcFM Responder Mobile Developer Guide
HyperlinkBase Property (MMDocumentInfo)






Syntax
'Declaration
 
<System.Runtime.InteropServices.DispIdAttribute(1610678284)>
Property HyperlinkBase As System.String
'Usage
 
Dim instance As MMDocumentInfo
Dim value As System.String
 
instance.HyperlinkBase = value
 
value = instance.HyperlinkBase
[System.Runtime.InteropServices.DispId(1610678284)]
System.string HyperlinkBase {get; set;}
read-write property HyperlinkBase: System.String; 
System.Runtime.InteropServices.DispIdAttribute(1610678284)
function get,set HyperlinkBase : System.String
[System.Runtime.InteropServices.DispId(1610678284)]
__property System.string* get_HyperlinkBase();
__property void set_HyperlinkBase( 
   System.string* value
);
[System.Runtime.InteropServices.DispId(1610678284)]
property System.String^ HyperlinkBase {
   System.String^ get();
   void set (    System.String^ value);
}
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

MMDocumentInfo Interface
MMDocumentInfo Members

Send Feedback