TaskParentEndPoint.Version Property

Gets or sets the string representing the version of the external content type.

Namespace:  OBA.Server.Taskflow
Assembly:  OBA.Server.Taskflow (in OBA.Server.Taskflow.dll)

Syntax

'Declaration
Public Property Version As String
    Get
    Set
'Usage
Dim instance As TaskParentEndPoint
Dim value As String

value = instance.Version

instance.Version = value
public string Version { get; set; }

Property Value

Type: System.String

See Also

Reference

TaskParentEndPoint Class

TaskParentEndPoint Members

OBA.Server.Taskflow Namespace