dotConnect for Zoho Books Documentation
Devart.Data.ZohoBooks Namespace / ZohoBooksConnectionStringBuilder Class / OrganizationId Property

In This Topic
    OrganizationId Property
    In This Topic
    Syntax
    'Declaration
     
    Public Property OrganizationId As Nullable(Of Long)
    public Nullable<long> OrganizationId {get; set;}
    See Also