Amazon.StorageGateway.Model.VolumeiSCSIAttributes.IsSetChapEnabled C# (CSharp) Method

IsSetChapEnabled() private method

private IsSetChapEnabled ( ) : bool
return bool
        internal bool IsSetChapEnabled()
        {
            return this.chapEnabled.HasValue;
        }
    }