ListNameFieldXPath Property
See Also 
SourceCode.Workflow.Design.SharePoint.ListsAndLibraries Namespace > ListAndLibraryEventItem Class : ListNameFieldXPath Property



Glossary Item Box

Gets or sets the list name field X path.

Syntax

Visual Basic (Declaration) 
Public Property ListNameFieldXPath As K2Field
Visual Basic (Usage)Copy Code
Dim instance As ListAndLibraryEventItem
Dim value As K2Field
 
instance.ListNameFieldXPath = value
 
value = instance.ListNameFieldXPath
C# 
public K2Field ListNameFieldXPath {get; set;}
C++/CLI 
public:
property K2Field^ ListNameFieldXPath {
   K2Field^ get();
   void set (    K2Field^ value);
}

Property Value

The list name field X path.

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