ArcGIS Pro 3.3 API Reference Guide
ArcGIS.Core.Data Namespace / PostOptions Class / PostOptions Constructor / PostOptions Constructor(Version)
The target version to be posted against.

In This Topic
    PostOptions Constructor(Version)
    In This Topic
    Initializes a new instance of the PostOptions class for a Version to post to the targetVersion.
    Syntax
    public PostOptions( 
       Version targetVersion
    )
    Public Function New( _
       ByVal targetVersion As Version _
    )

    Parameters

    targetVersion
    The target version to be posted against.
    Exceptions
    ExceptionDescription
    targetVersion is null.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also