BPM.Server
AgentFullName Property (BPMTaskListItem)



Syntax
'Declaration
 
Public Overrides Property AgentFullName As String
'Usage
 
Dim instance As BPMTaskListItem
Dim value As String
 
instance.AgentFullName = value
 
value = instance.AgentFullName
public override string AgentFullName {get; set;}
public:
property String^ AgentFullName {
   String^ get() override;
   void set (    String^ value) override;
}
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

BPMTaskListItem Class
BPMTaskListItem Members

Send Feedback