BPM.Server
SystemLinks Property (ProcessInfo)



Syntax
'Declaration
 
Public Property SystemLinks As SystemLinkCollection
'Usage
 
Dim instance As ProcessInfo
Dim value As SystemLinkCollection
 
instance.SystemLinks = value
 
value = instance.SystemLinks
public SystemLinkCollection SystemLinks {get; set;}
public:
property SystemLinkCollection^ SystemLinks {
   SystemLinkCollection^ get();
   void set (    SystemLinkCollection^ 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

ProcessInfo Class
ProcessInfo Members

Send Feedback