ArcGIS Pro 3.3 API Reference Guide
ArcGIS.Core.Data Namespace / VersionDescription Class / VersionDescription Constructor / VersionDescription Constructor(String,String,VersionAccessType)
The version name.
The version description.
The VersionAccessType for the version.

In This Topic
    VersionDescription Constructor(String,String,VersionAccessType)
    In This Topic
    Initializes a new instance of the VersionDescription class.
    Syntax
    public VersionDescription( 
       string name,
       string description,
       VersionAccessType accessType
    )
    Public Function New( _
       ByVal name As String, _
       ByVal description As String, _
       ByVal accessType As VersionAccessType _
    )

    Parameters

    name
    The version name.
    description
    The version description.
    accessType
    The VersionAccessType for the version.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also