Gets or sets the deployment SP site URL.
Syntax
Visual Basic (Declaration) | |
---|
Public Property DeploymentSPSiteUrl As K2Field
|
Visual Basic (Usage) | Copy Code |
---|
Dim instance As FormTemplateItem
Dim value As K2Field
instance.DeploymentSPSiteUrl = value
value = instance.DeploymentSPSiteUrl
|
C# | |
---|
public K2Field DeploymentSPSiteUrl {get; set;}
|
Property Value
The deployment SP site URL.
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