Syntax
Visual Basic (Declaration) |
|
<ObsoleteAttribute("The Server property on the Email escalation action is obsolete and will be removed in a future release.")>
Public ReadOnly Property Server As K2Field
|
C# |
|
[Obsolete("The Server property on the Email escalation action is obsolete and will be removed in a future release.")]
public K2Field Server {get;}
|
C++/CLI |
|
[Obsolete("The Server property on the Email escalation action is obsolete and will be removed in a future release.")]
public:
property K2Field^ Server {
K2Field^ get();
}
|
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